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

Edit button is not present by default but yes after FeatureEditor (2022.02) #670

Open
MaelREBOUX opened this issue Nov 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@MaelREBOUX
Copy link
Member

Describe the bug

We have a contexte which contains a layer editable by user (filtered with a rôle).
The EditButton in the Identify tool panel is not shown to the user by default when asking information on an object in the editable layer.
Th button (a pen) is only availbale AFTER displaying the attribute table (FeatureEditor plugin).

See below the animation.

Expected behavior

The edit button (pen) should be present alaways when asking for information on an editable layer.
More complicated to explain to the end users.

Screenshots

ms-manque-edit-button

Desktop (please complete the following information):

  • Windows 11
  • FF up to date
  • Chrome up to date
  • MapStore2-geOrchestra : 2022.02.02-geOrchestra(015b0c3)
  • MapStore2 : 2022.02.xx(25aeef42)
@MaelREBOUX MaelREBOUX added the bug Something isn't working label Nov 22, 2023
@MaelREBOUX
Copy link
Member Author

I forgot to say that there is a JSON customization on the identifyTool :

{
  "cfg": {
    "showHighlightFeatureButton": true,
    "viewerOptions": {
      "container": "{context.ReactSwipe}"
    },
    "showEdit": true
  },
  "override": {
    "Toolbar": {
      "position": 11
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant