-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
Issue Summary
When creating an object via the general + Create object button (under Search Objects), not all object types are found if the system contains more than 1000 object types.
It would be good to either increase this hard-coded limit (since there are cases where instances have more than 1000 object types) or allow this limit to be customized.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Have more than 1000 object types in the schema;
- Try to create an object using the main + Create object button;
- Search for specific object types (the missing objects will vary if they exceed the 1000 object type limit).
Expected Results
All object types are available for selection.
Actual Results
Not all object types are available for selection.
This happens because there is a hard-coded limit in the endpoint:
assets/objecttypes/picker/create?schema=1&limit=1000
Workaround
Create an object through the object screen directly or access the endpoint while modifying the limit:
assets/objecttypes/picker/create?schema=1&limit=2000
- is related to
-
JSDSERVER-15096 As an Assets admin, I want to be able to configure max. objects for Assets Reports
- Gathering Interest
- links to