| Summary: | "Preferences" tab is only showing up if portlet has been customized (Only possible though portal.xml) | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | Gary Hu <garyhu2> |
| Component: | unspecified | Assignee: | hfnukal <hfnukal> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.1.0.GA | CC: | epp-bugs, garyhu2, theute |
| Target Milestone: | --- | ||
| Target Release: | 5.1.1.DEV01 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/JBEPP-773 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-19 12:15:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Gary Hu
2011-01-10 16:30:17 UTC
Ok, here is another scenario. Even if you set the "preferences" initially in the portal.xml, and if you remove the portlet from the page and add it later, the "preferences" tab disappear again. In another word, if you add the portlet to the page from the UI (not load it through the portal.xml where the "preferences" property is set), it won't show the "preferences" tab. I renamed the Jira to be more accurate. The issue is that for portlets that don't have an EDIT mode, there is an autogenerated form which doesn't take into account preferences that haven't been overridden (only possible from portal.xml as they don't have an EDIT mode). Release Notes Docs Status: Added: Documented as Known Issue Link: Added: This issue is related to GTNPORTAL-1752 Release Notes Docs Status: Removed: Documented as Known Issue Added: Documented as Resolved Issue Release Notes Text: Added: "Preferences" tab is only showing up if portlet has been customized (Only possible though portal.xml) Switched Release Notes flag so this issue is considered for a release note. Affects: Added: [Release Notes] From the one-off patch QA it seems to bring regressions Regression was fixed in GateIn with GTNPORTAL-1782 Regretion fixed. Release Notes Docs Status: Removed: Documented as Resolved Issue Added: Needs More Info Release Notes Text: Removed: "Preferences" tab is only showing up if portlet has been customized (Only possible though portal.xml) Added: Cause: NEEDINFO (Was there a definite 'cause' [eg code bug or missing code?]) Consequence: The 'Preferences' tab would only appear in some portlets if that portlet's portal.xml file had been modified to include it. Fix: The UIFormInputSet.java and UIPortletForm.java files have been patched...NEEDINFO (what was added in the patch?) Result: The 'Preferences' tab now appears in all portlets? Release Notes Docs Status: Removed: Needs More Info Added: Not Yet Documented Release Notes Text: Removed: Cause: NEEDINFO (Was there a definite 'cause' [eg code bug or missing code?]) Consequence: The 'Preferences' tab would only appear in some portlets if that portlet's portal.xml file had been modified to include it. Fix: The UIFormInputSet.java and UIPortletForm.java files have been patched...NEEDINFO (what was added in the patch?) Result: The 'Preferences' tab now appears in all portlets? Added: Cause: A bug in the code Consequence: The 'Preferences' tab would only appear in some portlets have been customized during the first deployment through portal.xml descriptor. Non customized portlets with preferences would not have a "preferences" tab Fix: The UIFormInputSet.java and UIPortletForm.java files have been patched to fix the issue Result: The 'Preferences' tab now appears in all portlets with preferences Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue Release Notes Text: Removed: Cause: A bug in the code Consequence: The 'Preferences' tab would only appear in some portlets have been customized during the first deployment through portal.xml descriptor. Non customized portlets with preferences would not have a "preferences" tab Fix: The UIFormInputSet.java and UIPortletForm.java files have been patched to fix the issue Result: The 'Preferences' tab now appears in all portlets with preferences Added: Cause: A bug in the code prevented the 'Prefernces' tab from appearing in some portlets. Consequence: The 'Preferences' tab would only appear in portlets that were customized during the first deployment through portal.xml descriptor. Non-customized portlets (with settable preferences) would not show a "preferences" tab. Fix: The UIFormInputSet.java and UIPortletForm.java files have been patched to fix the issue Result: The 'Preferences' tab now appears in all portlets with preferences Release Notes Text: Removed: Cause: A bug in the code prevented the 'Prefernces' tab from appearing in some portlets. Consequence: The 'Preferences' tab would only appear in portlets that were customized during the first deployment through portal.xml descriptor. Non-customized portlets (with settable preferences) would not show a "preferences" tab. Fix: The UIFormInputSet.java and UIPortletForm.java files have been patched to fix the issue Result: The 'Preferences' tab now appears in all portlets with preferences Added: A bug prevented the 'Preferences' tab from appearing in some portlets. The tab would only appear in portlets that were customized during the first deployment through the portal.xml descriptor. Non-customized portlets would not show a 'Preferences' tab. The UIFormInputSet.java and UIPortletForm.java files have been patched to fix the issue and now the tab now appears in all portlets that have configurable preferences. |