History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1854
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Andrew Petro
Reporter: Andrew Petro
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

BookmarksPortlet CPD neglects to declare required hidden parameter identifying the portlet

Created: 22/Oct/07 05:37 PM   Updated: 05/Mar/08 07:59 AM
Component/s: Channel Admin
Affects Version/s: 2.6.0 GA, 2.6.1 RC1, 2.6.1 RC2
Fix Version/s: 2.6.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
BookmarksPortlet CPD neglected to include portletDefinitionId and so is unusable for publishing new instances of the bookmarks portlet. Adding this hidden parameter fixes.

      <parameter modify="publish-only">
        <name>portletDefinitionId</name>
        <label>Portlet Definition ID (should be hidden)</label>
        <type base="string" input="text" display="hidden">
          <!-- length and maxlength for text field -->
          <length>80</length>
          <maxlength>255</maxlength>
        </type>
        <example>BookmarksPortlet.BookmarksPortlet</example>
        <defaultValue>BookmarksPortlet.BookmarksPortlet</defaultValue>
      </parameter>

 All   Comments   Work Log   Change History      Sort Order:
Andrew Petro [22/Oct/07 05:49 PM]
Committed fix to 2-6-patches so that this can be included in 2.6.1; finishing up synching my uP3 environment so I can test it there before committing...

Andrew Petro [22/Oct/07 06:22 PM]
Committed change to trunk.