Opener icon not visible with multiple apps_paths #9
Labels
No labels
blocked
bug
duplicate
enhancement
FR accepted
help wanted
invalid
need discussion
next release
not reproduced
PR requested
question
reproduced
WFB
WIP
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deblan/side_menu#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Opener Icon isn't shown with
Reason:
The url to the opener icon refers to: /apps/side_menu/img/side-menu-opener.svg
With Docker there are 2 different locations needed for the apps_paths.
Any additional app is stored in the second directory, which points to a persistent storage outside the container.
With the above config, the URL should resolve to: /custom_apps/side_menu/img/side-menu-opener.svg
Might be a side effect of the fix for the Safari Browser: Opener icon not visible in Safari
The following fix (line #4) generates a complete path to the image and should also work for Safari.
side_menu/templates/css/stylesheet.php
Tested with
The version v1.3.2 contains this path. Thank you for your contribution! :)