Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MODFQMMGR-311 Fix instance statistical codes
This commit fixes several small issues with instance statistical codes - The incorrect jsonb_array_elements() was used - The entity type containing stat code names had no ID field. This was causing a NullPointerException in the ResultSetRepository when retrieving column values for stat codes in simple_instance - The stat codes field was not marked as queryable (this was because we previously marked all array-type fields as non-queryable. We'll be making them queryable again as we fix them) - The translation on the stat codes field was incorrect (it was "Statistical code names" which is misleading when there's a "Statistical code name" displayed in the Inventory app which isn't the same field - For now, we'll go with "Statistical code" in order to match the Inventory app (this is based on feedback from BELA, so we'll go ahead and violate our translation guidelines this time) - The field was marked as visibleByDefault, which is incorrect MODFQMMGR-311 Mark the stat code full ID column as an ID This entity type not having any ID columns causes a NullPointerException in the ResultSetRepository when retrieving column values for statistical code names in simple_instance MODFQMMGR-311 Make statistical code names queryable bla
- Loading branch information