You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pressing the update button, it is expected to save the altered data in the form and return to the layer's detail viewing environment.
Actual Behavior
The metadata editing form (wizard) freezes, displaying a popup with the message "Updating metadata...", and the data is not saved.
Steps to Reproduce the Problem
The issue occurs in a cloud environment, and it was not possible to reproduce the problem by replicating the installation and data restore locally. The likelihood is that the corresponding version of Apache (2.4.52) being used on this server is triggering the error.
Specifications
GeoNode version: 4.0.3
Installation type (vanilla, geonode-project): vanilla
Installation method (manual, docker): manual
Platform: Ubuntu 22.04.2 LTS
Additional details:
I discovered that there is a bug in the file geonode/layers/templates/layouts/panels.html (tag 4.0.3) on line:
Expected Behavior
When pressing the update button, it is expected to save the altered data in the form and return to the layer's detail viewing environment.
Actual Behavior
The metadata editing form (wizard) freezes, displaying a popup with the message "Updating metadata...", and the data is not saved.
Steps to Reproduce the Problem
Specifications
I discovered that there is a bug in the file geonode/layers/templates/layouts/panels.html (tag 4.0.3) on line:
geonode/geonode/layers/templates/layouts/panels.html
Line 750 in e66877a
</div>
tag appears without its corresponding opening<div>
. Removing this tag resolves the freezing issue.I noticed that the bug has continued to propagate even in the current version (tag 4.1.0), but on line:
geonode/geonode/layers/templates/layouts/panels.html
Line 754 in 81cdb01
The text was updated successfully, but these errors were encountered: