Hi Robert,
I've been going back and forth with ESRI on my bookmark issues and it has led to BUG-000087557. It seems to boil down to any changes that create a local cache prevent future changes to the bookmark widgets configuration being seen by the user. They're working on a solution but until they do I need to prevent users from doing anything that would create the local cache. In my thinking this would mean the delete button, the add a bookmark button, and, unfortunately, your search functionality. If I can I'd prefer them to be hidden so that I can put them back in the future.
Thanks,
Brandon
Solved! Go to Solution.
Brandon,
I don't think my search portion would cause the cache issue so I think you just need code to hide the add bookmark portion. Just add this to the style.css
.jimu-widget-bookmark .add-section{
display: none;
}
Brandon,
I don't think my search portion would cause the cache issue so I think you just need code to hide the add bookmark portion. Just add this to the style.css
.jimu-widget-bookmark .add-section{
display: none;
}
Hi Robert,
Worked like a charm. And I think you're right about the filtering not affecting the cache. I used the inspect element to also hide the "Delete" button. Thanks for your help! I tried to branch into a new discussion to turn it into a question but can't figure it out.
Thanks,
Brandon
Brandon,
I converted the discussion to a question now.
Thanks Robert,
How did you convert it to a question? When I edited the discussion I didn't see it as an option. I could have missed it though.
Brandon
Brandon,
At the very top of the page there is a link for that.