-
Notifications
You must be signed in to change notification settings - Fork 46
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
Select infrastructure by edition tool #1986
Comments
jacomyal
added a commit
that referenced
this issue
Oct 11, 2022
This commit fixes #1986. Details: - Adds a button in the right of the map that opens a modal where the user can select which infra to edit - Also removes viewport data from URLs in editor, since they caused more trouble than they solved issues
This was referenced Oct 11, 2022
jacomyal
added a commit
that referenced
this issue
Oct 12, 2022
This commit is related to #1986. It fixes an issue raised by @sim51 in a comment to PR #2069: > When I have a selection and I switch to an other infrastructure, the selection is still there with the data of the previous infra Details: - Groups activeTool and toolState in a single useState call in Editor.tsx internal logic, to prevent some invalid app state - Adds a new `reset` editor action to reset editor state (except for schema, that never changed for now) - Flushes editor and tool state (and active tool, actually) when the infra changes
sim51
pushed a commit
that referenced
this issue
Oct 12, 2022
This commit fixes #1986. Details: - Adds a button in the right of the map that opens a modal where the user can select which infra to edit - Also removes viewport data from URLs in editor, since they caused more trouble than they solved issues
sim51
pushed a commit
that referenced
this issue
Oct 12, 2022
This commit is related to #1986. It fixes an issue raised by @sim51 in a comment to PR #2069: > When I have a selection and I switch to an other infrastructure, the selection is still there with the data of the previous infra Details: - Groups activeTool and toolState in a single useState call in Editor.tsx internal logic, to prevent some invalid app state - Adds a new `reset` editor action to reset editor state (except for schema, that never changed for now) - Flushes editor and tool state (and active tool, actually) when the infra changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User
Study officer
Description
Select the infrastructure from edition module
Goal
to work on it
Acceptance criteria
Definition of ready
Definition of done
The text was updated successfully, but these errors were encountered: