-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IndexFieldSelection preSelect can also be integer (#192)
When you use Index Service to index a relation, the ids are stored in database in INT column. When you try to use this indexed value in the filter and pre select a value, it cannot be saved because of the typehint. Steps to reproduce: 1. create a DataObject for FilterDefinition 2. add a "Filter Relation" to Filters 3. chose a value for "Pre Select" field 4. save the DataObject
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters