- Issue created by @plopesc
- Status changed to Postponed
about 1 year ago 9:04am 18 January 2024 - 🇪🇸Spain plopesc Valladolid
Postponing on 📌 Decouple from Toolbar module Needs review because presumably will be necessary to make changes on the tree manipulators.
- 🇮🇳India Akhil Babu Chengannur
Shortcut icon will also break if the title of the 'Shortcut' block is modified. This happens because ShortcutsNavigationBlock uses the title of the block as the class name. When the title changes, the class name also changes, which breaks the style.
/** * {@inheritdoc} */ public function build(): array { $shortcuts_items = [ [ 'title' => $this->configuration['label'], 'class' => $this->configuration['label'], ], ];
One solution is to use the 'id' of the block as the class name instead of the title. However, the navigation UI permits adding multiple blocks of the same type to the sidebar. If a user adds a second 'Shortcuts' block, the id of that block would be 'shortcuts_1,' and it will break the icon of the second block.
- Issue was unassigned.
- Status changed to Active
about 1 year ago 4:09pm 31 January 2024 - 🇨🇦Canada m4olivei Grimsby, ON
Marking unblocked since 🐛 Error: Call to a member function replace() on null Needs review was merged.
- Status changed to Needs review
about 1 year ago 5:03pm 1 February 2024 - Status changed to Needs work
12 months ago 3:47am 6 February 2024 - Status changed to Needs review
12 months ago 3:23pm 20 February 2024 - 🇪🇸Spain plopesc Valladolid
Requested changes addressed. I think it's ready for review.
- Status changed to RTBC
12 months ago 2:55pm 21 February 2024 - Status changed to Fixed
12 months ago 3:48pm 21 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.