Skip to content
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

deegree administration console removes resources from view after editing #1134

Open
tfr42 opened this issue Mar 24, 2021 · 1 comment
Open
Labels
bug error issue and bug (fix) console deegree administration console contributions welcome asking for contribution (time and money sponsor)

Comments

@tfr42
Copy link
Member

tfr42 commented Mar 24, 2021

When editing a resource using the admin console only the resource itself and all its dependents remain. Resources sharing one of the resource dependents are removed from the view. The resources still exist in the file system but are not shown in the console.
Example: When WMS and WFS service configuration use the same FeatureStore configuration and the WFS is edited, the WMS related resources are dropped.
The deegree REST API is also affected, for requests such as /config/restart/[path_to_resource]

Current workaround is to reload the complete workspace.

All versions since 3.4.0 are affected.

@tfr42 tfr42 added bug error issue and bug (fix) console deegree administration console labels Mar 24, 2021
@tfr42 tfr42 added the contributions welcome asking for contribution (time and money sponsor) label Dec 1, 2021
@julianzz98
Copy link
Contributor

While using/testing of deegree version 3.5.8 and 3.6.0-pre2, it was observed that the bug does not appear anymore when editing resources through the deegree webconsole.

Nevertheless, the bug still appears under usage of the deegree REST API. For example with the following request when using the deegree-utah-workspace:

http://localhost:8080/deegree-webservices/config/restart/datasources/feature/utah_airports

Response:

Restart of workspace deegree-workspace-utah completed. Restarted resources: 

   - utah_airports
   - layer_feature_utah_airports
   - wfs
   - wfs110
   - theme_wms
   - wms

In the deegree webconsole the listed resources are then deactivated (or dropped) while maintaining their functionality (visual bug) and cannot be activated again:
Screenshot from 2024-08-05 19-29-27
image

Note: The deegree-utah-workspace WFS configuration needs to be adjusted (entering a specific FeatureStoreId) in order to use the provided request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) console deegree administration console contributions welcome asking for contribution (time and money sponsor)
Projects
None yet
Development

No branches or pull requests

2 participants