-
Notifications
You must be signed in to change notification settings - Fork 0
Use new item list implementation #315
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: main
Are you sure you want to change the base?
Conversation
2e6714c
to
7c984c9
Compare
21d099e
to
cb4d748
Compare
{ | ||
public function assembleAttributes($item, Attributes $attributes, string $layout): void | ||
{ | ||
$attributes->get('class')->addValue('schedule-item'); |
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.
schedule
please. None of the other renderers use -item
as suffix either.
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.
The class schedule
is already reserved by the Widget/Schedule
. I didn't want to make any changes to Widget/Schedule
class.
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.
I will add a comment here that the suffix is required because the css class is already taken.
OR
Should I change the name of the css in Widget/Schedule
to schedule-widget
?
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.
Funny, the ScheduleController
already aliases it to ScheduleWidget
. I guess now is the time to rename that thing entirely: Icinga\Module\Notifications\Widget\Detail\ScheduleDetail
library/Notifications/ProvidedHook/Notifications/ObjectsRenderer.php
Outdated
Show resolved
Hide resolved
cb4d748
to
42dc33f
Compare
Fixes #330 |
- Links: Add missing channel links - Remove obsolete code
- Links: Add missing contactAdd() method - Remove obsolete code
- Remove obsolete code
- Remove obsolete code
- Remove obsolete code
- Remove obsolete code
6e5c73f
to
75ac72a
Compare
- Remove obsolete code - Adjust Schedule-list.less accordingly
- Remove obsolete code
- Remove obsolete code - ObjectList: Add method to disable action-list functionality
- Remove obsoltete code
This padding is now handled by ipl-web - Optimize code
75ac72a
to
decc109
Compare
ipl-web provide these changes natively with Icinga/ipl-web#273.
- Rename css class to `schedule-detail` _ Move the schedule controls
The .extended-info adds the gap
eaebc58
to
b0ff808
Compare
No description provided.