-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating stable branch of genova #9748
Merged
tdipisa
merged 13 commits into
geosolutions-it:c040-2023.02.xx
from
MV88:porting_c040-2023.02.xx
Nov 27, 2023
Merged
updating stable branch of genova #9748
tdipisa
merged 13 commits into
geosolutions-it:c040-2023.02.xx
from
MV88:porting_c040-2023.02.xx
Nov 27, 2023
Conversation
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
…2023.02.xx [Backport 2023.02.xx] Fix geosolutions-it#9624 Point cloud shading options (geosolutions-it#9666)
…geosolutions-it#9607) (geosolutions-it#9727) Co-authored-by: Diego Vargas <[email protected]>
…ain thumbnail in view mode (geosolutions-it#9720) (geosolutions-it#9744)
… widgets (geosolutions-it#9608) * geosolutions-it#9567: handle functionality of zoom to record in table widgets * Fix: Correct failing test cases for zoom records issue in table widgets (geosolutions-it#9567) This commit addresses the failing test cases related to the issue of zoom records in table widgets. * geosolutions-it#9567: implement the new approach in zoom to records in table widgets + writing unit tests * geosolutions-it#9567: handle adding flag into config file to show/hide zoom icon for tblWidget * geosolutions-it#9567: reset flag enableZoomInTblWidget to be true for dashboard and map viewer * geosolutions-it#9567: resolve comments' review: - put flag of zoomInTblWidget as a default prop - add translations - edit zoomToExtent enhancer to use internal zoom - remove selector "getFlagOfShowingTblWidgetZoom " and use plugin prop instead
…s-it#9689) * geosolutions-it#9683: add Details Panel for MS dashboard - The tool have the same options (eg. show as modal, show at startup etc.) - The tool is defined in the same way of the corresponding one for maps. - Edit the layout to put add widget & show/hide connection buttons to the sidebar menu * geosolutions-it#9683: resolve the FE test Update DashboardEditor.jsx * geosolutions-it#9683: resolve review comments * description: - remove all dashboard selectors and pieces of code in generic components like sidebar plugin component that relevant to dashboard. - add missing test for detailsLoaded action - create new selectors, details uri selector and details settings se;ector that are used in many places in code - move AddWidgetDashboard, MapConnedctionDashboard plugins to direct plugins folder - Put global spinner in details plugin and remove it from sidebar plugin - edit in handleSave enhancer file to make update attributes of details just implemented for Map and Dashboard - Add custom style in details.less as the lib of react-dock doesn't allow to override left css property - remove unused added style from panels.less * geosolutions-it#9683: remove unused comments in dashboard-test file * geosolutions-it#9683: edit in details epics and selectors to fix FE test * geosolutions-it#9683: Resolve review comments Description: - Reolve unused loading property from DashoardEditor file - Add tooltip for save dashboard - Remove custom style in BorderLayout and leave it with generic style * geosolutions-it#9683: resolve review comments Description: - edit navbar.less files to fix going language selector behind body panel - remove unused z-index in dashboard.less # Conflicts: # web/client/epics/__tests__/config-test.js # web/client/epics/config.js
- Adding export, import, delete dashboard - Reorder shown plugins in sidebar for dashboard
… detail panel tooltip and title] (geosolutions-it#9740) * geosolutions-it#9683: resolve test comment Description: - edit the detail panel tooltip and shown title and make it generic one - Add translations for the new tooltip * Update web/client/translations/data.it-IT.json --------- Co-authored-by: Matteo V <[email protected]>
# Conflicts: # web/client/epics/__tests__/config-test.js # web/client/epics/config.js
tdipisa
approved these changes
Nov 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description