-
Notifications
You must be signed in to change notification settings - Fork 37
Filter with GET and POST elements. #358
Copy link
Copy link
Closed
Labels
bugA bug! A bug! Fast, squish it!A bug! A bug! Fast, squish it!frontendThis seems to be a bug in the frontendThis seems to be a bug in the frontendquestionWe have a question, please elaborate on the ticket.We have a question, please elaborate on the ticket.
Milestone
Metadata
Metadata
Assignees
Labels
bugA bug! A bug! Fast, squish it!A bug! A bug! Fast, squish it!frontendThis seems to be a bug in the frontendThis seems to be a bug in the frontendquestionWe have a question, please elaborate on the ticket.We have a question, please elaborate on the ticket.
Type
Fields
Give feedbackNo fields configured for issues without a type.
If we use selects and simple linklist we got the problem that after a submit all values for the linklist are lost.
At a short view in der MetaModelFrontendFilter i found the main problem. See
https://github.com/MetaModels/core/blob/master/src/system/modules/metamodels/MetaModelFrontendFilter.php#L241
In my opinion the
$arrParams['other']isn't right. We should use the$arrParams['all']because we want all current params.@discordier What do you think about this ? Should we change this or do we get some bad side effects.