[
https://issues.apache.org/jira/browse/ISIS-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17331128#comment-17331128
]
Martin Hesse commented on ISIS-2617:
------------------------------------
Regarding the non-clickable item in the bookmark panel: if the bookmark link
points to the current page then the list item is disabled (via BS css class)
{{ if(bookmarkedPagesModel.isCurrent(pageParameters)) {}}
{{ item.add(new CssClassAppender("disabled"));}}
{{ }}}
[https://github.com/apache/isis/blob/2617_wicketstuff.bs4/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/bookmarkedpages/BookmarkedPagesPanel.java#L187]
> Upgrade Bootstrap 3 to 4 (WicketStuff)
> --------------------------------------
>
> Key: ISIS-2617
> URL: https://issues.apache.org/jira/browse/ISIS-2617
> Project: Isis
> Issue Type: Improvement
> Components: Isis Viewer Wicket
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M6
>
> Attachments: image-2021-04-18-17-59-14-714.png,
> image-2021-04-18-17-59-24-659.png, image-2021-04-18-18-02-51-398.png,
> image-2021-04-20-10-06-43-900.png, image-2021-04-20-10-07-04-072.png,
> image-2021-04-20-20-33-27-217.png, image-2021-04-20-20-41-33-628.png,
> image-2021-04-20-20-44-58-473.png, image-2021-04-22-16-35-10-912.png,
> image-2021-04-22-16-42-49-110.png, screenshot-1.png, screenshot-2.png,
> screenshot-3.png, screenshot-4.png, screenshot-5.png, screenshot-6.png
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)