-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: Edit schedule entries from activity view #4500
feat: Edit schedule entries from activity view #4500
Conversation
⛔ Feature branch deployment currently inactive.If the PR is still open, you can add the |
…ule-entries-on-activity # Conflicts: # frontend/src/components/activity/ScheduleEntry.vue
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.
it works ok except for the refresh issue.
Now that the PR is small, the details come to light.
Sorry, but we would find them sometimes anyway, the earlier the better.
@@ -35,11 +37,13 @@ | |||
</e-select> | |||
|
|||
<e-text-field | |||
v-if="!hideLocation" |
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.
For me also worth a discussion, if we want to remove location completely from this form.
frontend/src/components/activity/dialog/FormScheduleEntryItem.vue
Outdated
Show resolved
Hide resolved
Waiting on #4746 |
…re/edit-schedule-entries-on-activity # Conflicts: # common/locales/de.json # common/locales/en.json # common/locales/fr.json # common/locales/it.json # frontend/src/components/activity/ScheduleEntry.vue # frontend/src/components/activity/dialog/DialogActivityForm.vue # frontend/src/components/activity/dialog/FormScheduleEntryItem.vue # frontend/src/components/program/ScheduleEntries.vue # frontend/src/components/program/picasso/PicassoEntry.vue # frontend/src/locales/fr.json
It makes sense to be able to edit the activity properties from the activity view:
It opens the EditActivityDialog and hides fields already present in the activity header.
(I thought it is better to also be able to edit the title and category, to help people that did not get the trick to click on the title / category to change it.)
This only adds the edit button of #4375, but does not implement the activity responsibles as requested by @BacLuc
Fixes #1375