All work
- Fix config update caching issue in Links PortletWIDGPT-89
- Add Resource Links PortletWIDGPT-88Resolved issue: WIDGPT-88Benito Gonzalez
- Add Windows Continuous IntegrationWIDGPT-87Resolved issue: WIDGPT-87Christian Murphy
- Setup Checkstyle with Google Code Style on Travis CIWIDGPT-86Resolved issue: WIDGPT-86Christian Murphy
- Add support for encrypted values to the property files within primaryPropertyPlaceholderConfigurerWIDGPT-85Resolved issue: WIDGPT-85
- CLONE - WRONG placeWIDGPT-84Resolved issue: WIDGPT-84
- For SNI support upgrade httpclient libWIDGPT-83
- App Launcher -- Add a 'Use Redirect' optionWIDGPT-82Resolved issue: WIDGPT-82Andrew Wills
- Exclude SJF4J from other dependenciesWIDGPT-81Resolved issue: WIDGPT-81Benito Gonzalez
- Refactor support for SpEL in the AppLauncher to support pluggable context elementsWIDGPT-80Resolved issue: WIDGPT-80Andrew Wills
- Change backing service for Dictionary portletWIDGPT-79
- Add a value for <expiration-cache> to tips, AppLauncher, SimpleJspPortlet, and PluggableDataJspPortletWIDGPT-78Resolved issue: WIDGPT-78Andrew Wills
- App Laucher -- Imporve support for mobile devices by displaying title & subtitle without requiring hoverWIDGPT-77Resolved issue: WIDGPT-77
- App Launcher -- the default configs defined in portlet.xml are a nuisance; remove themWIDGPT-76Resolved issue: WIDGPT-76Andrew Wills
- App Launcher default Link-Title & SubTitle misapplied on editWIDGPT-75Resolved issue: WIDGPT-75
- AppLauncher -- usePortalJsLibs preference not working; also change the default to 'true'WIDGPT-74Resolved issue: WIDGPT-74
- Tips fails to render in IE 8WIDGPT-73Resolved issue: WIDGPT-73
- App Launcher Detached with large iframe shows double scroll barWIDGPT-72Resolved issue: WIDGPT-72
- Add setting of AppLauncherPortletController.jspViewName in rich configWIDGPT-71
- Cancel button not working on App Launcher Rich Config pageWIDGPT-70Resolved issue: WIDGPT-70
- App launcher fails on Java 8WIDGPT-69Resolved issue: WIDGPT-69
- SimpleJSP -- consider listing JSP paths used by the portlet as values under the 'SimpleJspPortletController.jspName' preferenceWIDGPT-68Resolved issue: WIDGPT-68Andrew Wills
- Support overrides.properties like uPortal doesWIDGPT-67Resolved issue: WIDGPT-67
- Support for adding configured property values to JSP model.WIDGPT-66Resolved issue: WIDGPT-66
- AppLauncher CONFIG form fails to accept appUrls that begin with an EL expressionWIDGPT-65Resolved issue: WIDGPT-65Andrew Wills
- Thesaurus Feature Doesn't WorkWIDGPT-64Resolved issue: WIDGPT-64Aaron Grant
- Java 8 runtime supportWIDGPT-63Resolved issue: WIDGPT-63Benito Gonzalez
- Rich config on app launcher messes up on quoted text like linkWIDGPT-62
- AppLauncher -- Hide Advance URL options by default in CONFIG modeWIDGPT-61Resolved issue: WIDGPT-61Andrew Wills
- AppLauncher -- allow external URLs to open in the same windowWIDGPT-60Resolved issue: WIDGPT-60Andrew Wills
- AppLauncher -- target attribute broken on launcher linksWIDGPT-59Resolved issue: WIDGPT-59Andrew Wills
- typo "wrords" in subtitle template text in App Launcher Config UIWIDGPT-58Resolved issue: WIDGPT-58Andrew Petro
- SimpleJSP support for using a different JSP based on window state.WIDGPT-57Resolved issue: WIDGPT-57Josh Helmer
- Implement an alternate, icon-only display strategy for AppLauncher tilesWIDGPT-56Resolved issue: WIDGPT-56
- add a Google Drive / Dropbox FilePicker PortletWIDGPT-55
- Add groovy support to allow PluggableData portlet to execute groovy codeWIDGPT-54
- Resize icons to be the same height, image icons responsiveWIDGPT-53Resolved issue: WIDGPT-53Jen Bourey
- Support SpEL in AppLauncher URLWIDGPT-52Resolved issue: WIDGPT-52Jen Bourey
- Upgrade youtube channel to jQuery 1.10.2/fluid 1.5WIDGPT-51Jen Bourey
- Google Gadget not working (should we remove it?)WIDGPT-50Jen Bourey
- Remove Google Search portlet, or upgrade its API to Google Custom Search APIWIDGPT-49Jen Bourey
- App Launcher rich config 'cancel' button does nothingWIDGPT-48Resolved issue: WIDGPT-48Andrew Wills
- Register app launcher fails with NPE in rich configWIDGPT-47Resolved issue: WIDGPT-47Jen Bourey
- Upgrade jQuery to 1.10.2WIDGPT-46Resolved issue: WIDGPT-46James Wennmacher
- Respondr: Search box not responsive in FirefoxWIDGPT-45Resolved issue: WIDGPT-45Jen Bourey
- Allow simpleJsp to accept a portlet preference of a bean name to invoke that returns JSON modelWIDGPT-44Resolved issue: WIDGPT-44Jen Bourey
- Add an 'App Launcher' portlet that provides a nice link out to an external app/site based on a few simple parametersWIDGPT-43Resolved issue: WIDGPT-43Andrew Wills
- Provide the USER_INFO map in the model for SimpleJspPortlet jspsWIDGPT-42Resolved issue: WIDGPT-42Andrew Wills
- Tips Portlet -- Allow users to toggle off/on tipsWIDGPT-41Jen Bourey
- Google Docs does not render from 404 and X-Frame-Options=SAMEORIGINWIDGPT-40Jen Bourey
50 of 89
Fix config update caching issue in Links Portlet
Description
Environment
None
Details
Details
Assignee
Unassigned
UnassignedReporter
Benito Gonzalez
Benito GonzalezPriority
Created February 14, 2018 at 11:52 PM
Updated February 15, 2018 at 12:49 AM
Activity
Show:
The new portlet works pretty well, but there is one annoyance that you may want to eventually fix. New resource items do not show up after adding and saving and then going directly back into the configuration. You have to click on the Cancel button and then click on the Configure option again to see the new item. The steps to reproduce the problem are as follows:
1. Options -> Configure
2. Click on the “New Resource Link”
3. Type in the title, description, url, etc.
4. Select the groups
5. Click the save button
6. You will see the new resource item in the list.
7. Options -> Configure
8. You will not see the new resource item in the list.
9. Click on the cancel button.
10. Options -> Configure – now you will see the new item in config UI.