You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Columns that has the disabled attribute but are enabled through the enabled-columns parameter in cosmoz-omnitable generate warnings when they have filters availlable in the hash parameters.
Error is generated in: app/bower_components/cosmoz-omnitable/cosmoz-omnitable.js:529.
Issue can be tested in the cosmoz-frontend project under Invoices / Open invoices on the EFH node by filling in the Verification number and reloading the page, the following errors then appear in the console:
column with name for param voucherNumber not found!
The filter is filled in anyway and it seems to work even without this error. It seems to be some kind of race condition where the hash filters are taken into consideration before enabled-columns.
The text was updated successfully, but these errors were encountered:
Columns that has the
disabled
attribute but are enabled through theenabled-columns
parameter incosmoz-omnitable
generate warnings when they have filters availlable in the hash parameters.Error is generated in:
app/bower_components/cosmoz-omnitable/cosmoz-omnitable.js:529
.Issue can be tested in the cosmoz-frontend project under Invoices / Open invoices on the EFH node by filling in the Verification number and reloading the page, the following errors then appear in the console:
The filter is filled in anyway and it seems to work even without this error. It seems to be some kind of race condition where the hash filters are taken into consideration before
enabled-columns
.The text was updated successfully, but these errors were encountered: