[
https://issues.apache.org/jira/browse/PHOTARK-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898699#action_12898699
]
Avdhesh Yadav commented on PHOTARK-58:
--------------------------------------
currently Boston and Vegas are hard coded as default albums but i think
whatever folder(albumname and images ) placed in the gallery folder should be
loaded at the startup and displayed to everyone with VIEW_IMAGES_PERMISSION.
Thoughts ?
> Sample "Vegas" album is not being visible by default
> ----------------------------------------------------
>
> Key: PHOTARK-58
> URL: https://issues.apache.org/jira/browse/PHOTARK-58
> Project: PhotArk
> Issue Type: Bug
> Affects Versions: PhotArk M3
> Reporter: Luciano Resende
> Fix For: PhotArk M3
>
>
> When deploying a photark, users should see Boston and Vegas sample albums.
> Currently, only Boston is being visible.
> While debuging, JCRGalleryImpl getAlbumsToUSer is failing to add Vegas album
> due to the current "anonymous" user not have permission:
> List<Album> userAlbums = new ArrayList<Album>();
> for (Album album : albums) {
> String[] permissions = new String[]{ALBUM_VIEW_IMAGES_PERMISSION};
> if
> (accessManager.isPermitted(accessManager.getUserIdFromSecurityToken(securityToken),
> album.getName(), permissions)) {
> userAlbums.add(album);
> }
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.