-
Notifications
You must be signed in to change notification settings - Fork 2
feat(DataManager): New datamanager feature #287
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
base: next
Are you sure you want to change the base?
Conversation
| pendingSelectionIds.value = [] | ||
| } | ||
|
|
||
| function removeItem(id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
où est-ce que c'est utilisé ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dans data-manager.vue dans Vease
…/OpenGeodeWeb-Front into feat/datamanager
…/OpenGeodeWeb-Front into feat/datamanager
…b-Front into feat/datamanager
…/OpenGeodeWeb-Front into feat/datamanager
| const itemData = { | ||
| id, | ||
| name: value.name || id, | ||
| geode_object_type: value.geode_object_type || "Unknown", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| geode_object_type: value.geode_object_type || "Unknown", | |
| geode_object_type: value.geode_object_type, |
C'est interdit de ne pas avoir de geode object
No description provided.