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

Update MapStore to use the new REST entry point for attribute update #4687

Closed
1 of 6 tasks
offtherailz opened this issue Jan 7, 2020 · 1 comment
Closed
1 of 6 tasks

Comments

@offtherailz
Copy link
Member

offtherailz commented Jan 7, 2020

Description

Update MapStore to use the new REST entry point for attribute update, instead of URL double encoded one.

See geosolutions-it/geostore#198 and so georchestra/mapstore2-georchestra#101

NOTE FOR TESTERS: after this fixes are merged geostore and mapstore should be tested to continue working as usual. So please re-test resources thumbnails

  • old thumbnails still working
  • thumbnail update
  • new resources with thumbnail

What kind of improvement you want to add? (check one with "x", remove the others)

  • Minor changes to existing features
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Other useful information

@offtherailz offtherailz added this to the 2020.01.00 milestone Jan 7, 2020
@offtherailz offtherailz self-assigned this Jan 7, 2020
@tdipisa tdipisa modified the milestones: 2020.01.00, 2020.02.00 Jan 9, 2020
@ElenaGallo ElenaGallo self-assigned this Jan 9, 2020
@ElenaGallo
Copy link
Contributor

ElenaGallo commented Jan 9, 2020

@offtherailz the following problems occur with thumbnail and details:

1 - It is impossible add a thumbnail when you save new map/dash/story
STEP1

How to reproduce

  • open new map/dash/story
  • open save as
  • add thumbnail
  • add name
  • save

Current Result
A modal window appears with error 405: 'Method not allowed'

2 - It is impossible add a thumbnail when you edit properties of new map/dash/story
STEP2

How to reproduce

  • open new map/dash/story
  • save with name
  • go home page
  • open edit properties
  • add thumbnail
  • save

Current Result
The thumbnail is not saved on the card

3 - 2 also occur on a map/dash/story that has already been created

4 - It is impossible add details when you edit properties of a map
STEP3

How to reproduce

  • open a map without details
  • open edit properties
  • add details
  • save

Current Result
The details are not saved and the Details button is not displayed

Other useful information

If a map has already the details it is possible modify it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants