-
Notifications
You must be signed in to change notification settings - Fork 51
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
Activity: edit/create/delete ScheduleEntry #1379
Activity: edit/create/delete ScheduleEntry #1379
Conversation
Sieht mega cool aus, 3 kleine dinge:
|
<ul> | ||
<li> | ||
({{ scheduleEntryItem.number }}) | ||
{{ $date.utc(scheduleEntryItem.startTime).format($tc('global.datetime.dateShort')) }} <b> |
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.
Now i see this logic the third time duplicated.
I will extract this into a component.
Extracting this into a component doesn't belong into this PR, i will do that.
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.
thx
Das ist ein Bug im DialogEntityDelete, der bei der Camp DangerZone eingeführt wurde. Das ist mit #1388 gefixt. |
Mein Vorschlag für MVP wäre folgender: |
At Activity-View:
closes #1375