Hi Experts,
I'm using the below code to create my 'Portable Fragment Bookmark'.
var bookmark = Bookmark.PortableFragmentBookmark.saveBookmark("Save_My_Data", PANEL_2, INPUTFIELD_1.getValue());
DROPDOWN_1.addItem(bookmark.id, bookmark.title);
Issue:
Lack of Privacy
- Users are able to view and delete other user bookmark.
Highly appreciate your response.
Regards,
Fahad