Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small fix for Logical definition with filtered tree (#86)
* Replace spotify docker plugin with maven-exec plugin This change is necessary because the spotify docker plugin does not work on Apple Silicon and the plugin itself is no longer maintained. * Use maven-exec for docker push * Fixes #46 * ci: version bump 6.0.2 * ci: version bump 6.0.3 * Moved tab presenter and related interfaces/classes to the tab package and removed "form" from the names * Genericized TabBarPresenter and associated classes * Use maven-exec for docker build and push * ci: version bump 6.0.4 * -am is required * ci: version bump 6.0.5 * ci: version bump 6.0.6 * Fixes #56 Apply correct property name for source * ci: version bump 6.0.7 * Fixes #57 Allow non-prefixed names for types * ci: version bump 6.0.8 * Fixes #59 * ci: version bump 6.0.9 * Fixes #63 * ci: version bump 6.0.10 * Fixes #65 * ci: version bump 6.0.11 * added postcoordination file upload * added reading post coordination table. fetching scale value from backend * reset on entity change. * reset on entity change. * save entity * pulled from master-who added missing classes to Action.java Result.java and RpcWhiteList.java. * fixed get scale value card values for postcoordination * added edit buttons. * fixed scale value card header row padding * partially fix edit action for scale value cards. will finish it on Monday. Also will finish then the save action for the scale value cards. * moved the default sync to cell. fixed serialization issue * added some fixes for edit mode of post coordination table and scale value cards * fixed a bug where initial state of scale value cards is not read only * renamed postcoordination specifications field * wip scale value cards selection view * added tooltip. * added icons for scale values selection mode (#73) Co-authored-by: Gheorghe Soimu <[email protected]> * removed tooltip from svg. ordering the rows and centered the labels. * added check on moving from entity. * In the customization of scales, show info about the cardinality of the axis (#74) Co-authored-by: Gheorghe Soimu <[email protected]> * added correct ordering of the scale value cards (#75) Co-authored-by: Gheorghe Soimu <[email protected]> * 38 fix postcoordinationportletpresenter to load data upon refresh page + changes from master (#76) * scaffolding and ancestor fetching. * wip ScaleValueSelectionView * added scale value selection modal * finished save of scale values in PostCoordinationPortletPresenter * fixed a bug that was causing scale value cards to be save incorrectly. * partial commit * partial commit. * finished the table. * saving the values. * fixed fetching data from BE * Changes to implement hierarchy filtering - Changed all hierarchy related actions to use hierarchy descriptors * fixing the update call. * fixed showing multiple rows. * partial merge * partially adding hierarchy * merged filtered tree * Add filtered three to scale value cards (#83) added filtered tree to value cards. * polishing logical definition ui. * css fixes for postcoordination table and scale value cards (#84) Co-authored-by: Gheorghe Soimu <[email protected]> * some final polishes suggested in issue #121 * added info tooltip. changed ordering. * Filtered hierarchies (#81) * Changes to implement hierarchy filtering - Changed all hierarchy related actions to use hierarchy descriptors * Changes to support named hierarchies - Added NamedHierarchy and tests - Added HierarchyId tests and JSON serialization - Removed AddNamedHierarchyAction and result - Added SetNamedHierarchiesAction and result * Bumped version to 7.0.0-SNAPSHOT * ci: version bump 7.0.0 * fix missing comma * updated to use SetNamedHierarchies instead of AddNamedHierarchy --------- Co-authored-by: Matthew Horridge <[email protected]> Co-authored-by: Automated Version Bump <[email protected]> Co-authored-by: alexsilaghi <[email protected]> Co-authored-by: Gheorghe Soimu <[email protected]>
- Loading branch information