UPSE-385: Fix portlet config cancel (was doing save)#458
Conversation
Sonatype Lift is retiringSonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. |
There was a problem hiding this comment.
Hmm, I just remembered that I didn't test the changes in this file (though the changes are the same as those in src/main/webapp/WEB-INF/jsp/configureContent.jsp) because I wasn't sure how to. Where does this 'webcomponent' jsp get used???
There was a problem hiding this comment.
When you create a portlet, there should be an option to create a "Web Component" portlet which was added to assist with getting web components into uPortal using the web UI (#118). It does not have the editor like the simple and advanced CMS portlet does
There was a problem hiding this comment.
OK, I was able to test the webcomponent editor and the changes work.
loulou2u
left a comment
There was a problem hiding this comment.
Looks great to me! Tested successfully
This PR fixes the "Return without saving" link on the Content Editor (config) page. Previously, that link was actually causing the changes to get saved.
Tested through both portlet 'Configure' and through Portlet Admin flows.