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

Problem in the option to update the metadata abstract field of a dataset in geonode version 4.2.4. #536

Closed
romelvazquez opened this issue May 14, 2024 · 8 comments

Comments

@romelvazquez
Copy link

Hello, I would like to know if the problem of changing the data in the Metadata Abstract field in a dataset has been solved. When I click edit metadata the summary field is not displayed in an editable text field in version 4.2.4. This issue is resolved in the stable demo version.
Geonode 4.2.4
image
Stable.
image

thanks,

@giohappy
Copy link
Contributor

@romelvazquez this is unexpected. Stable is using 4.2.x, which is basically aligned to 4.2.4 , so they should behave the same on this side.

The problem you reported was affecting the master branch, because of a problematic upgrade of a javascript dependency (tinymce), but it has been fixed meanwhile.

Can you please double check the version of your instance? You can take a look at /yourgeonode.com/version.txt

@romelvazquez
Copy link
Author

romelvazquez commented May 16, 2024 via email

@giohappy
Copy link
Contributor

In that case it means you're using an outdated version of the master branch.
I invite you to test with the latest commit.

@kjetpett
Copy link

@giohappy I experience the same issue that @romelvazquez describes.

I follow the basic Geonode Basic installation-tutorial (for docker):

After cloning the repo from https://github.com/GeoNode/geonode-project.git I run:
git checkout -b 4.2.x

Becore running docker compose build I altered the newly created .env file:
GEONODE_BASE_IMAGE_VERSION=4.2.x

When I try https://{my_server}/version.txt my version reports as:
4.4.0.dev0

Did I forget something?

@giohappy
Copy link
Contributor

The reported version says that you're installing the master version. I don't understand why you get it. GeoNode project 4.2.x Docker images build using GeoNode 4.2.x.

Could you please test building it again with no-cache (docker compose build --no-cache django celery)?

@kjetpett
Copy link

I tried docker compose build --nocache and that made no difference.

docker compose build --no-cache django celery was never able to finish.

@kjetpett
Copy link

The latest update (may 20th) now says: 4.2.5.dev0

Unfortunately I still can't edit Abstract. I removed containers, images, volumes and basically did the whole install procedure again.

@kjetpett
Copy link

kjetpett commented Jun 1, 2024

@giohappy I can confirm that 4.3.x works! Thank you!

@giohappy giohappy closed this as completed Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants