Liferay Issues

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Test Sessions Access more options
    • Getting Started
PUBLIC - Liferay Portal Community Edition
  • PUBLIC - Liferay Portal Community Edition
  • LPS-30553

Define Nested Portlet content

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
  • Fix Version/s: 6.1.X EE, 6.2.0 CE M2
  • Component/s: Theme Dev, Theme Dev > Resource Importer
  • Labels:
    • QA-PORTAL
    • resources-importer
  • Branch Version/s:
    6.1.x
  • Backported to Branch:
    Committed
  • Similar Issues:
    Show 5 results 

    LPS-3807Nested portlets - layout cacheable
    LPS-3707Nested Portlets are not allowing a portlets to be nested without extreme effort!
    LPS-29022Parallel rendering doesn't work correctly for Nested portlet
    LPS-8640Nested Portlets - Fails to nest portlets
    LPS-2085Nested Portlet Broken when put Web Content List portlet in it

Description

Resources Importer New Feature:
Currently there isn't a way to define content for nested portlet in the sitemap.json file

proposed definition in sitemap.json

{
      "portletId": "118",
      "layoutTemplateId": "2_columns_ii",
      "columns": [
             [
                  Test.html,
                  {
                     "portletId": 42
                  }
             ],
             [
                 Test1.html,
                 Test2.html
             ]
       ]
}​

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions Summary
  • Commits
Hide
Permalink
Byran Zaugg added a comment - 18/Oct/12 11:42 AM

I think you'd need to do it a little differently to keep consistency with current portlets. Specifically portletPreferences.

{
    "portletId": "118",
    "portletPreferences": {
        "layoutTemplateId": "2_columns_ii",
        "columns": [
            [
                Test.html,
                {
                    "portletId": 42
                }
             ],
             [
                 Test1.html,
                 Test2.html
             ]
        ]
    }
}​
Show
Byran Zaugg added a comment - 18/Oct/12 11:42 AM I think you'd need to do it a little differently to keep consistency with current portlets. Specifically portletPreferences . { "portletId": "118", "portletPreferences": { "layoutTemplateId": "2_columns_ii", "columns": [ [ Test.html, { "portletId": 42 } ], [ Test1.html, Test2.html ] ] } }​
Hide
Permalink
Shinn Lok added a comment - 13/Nov/12 4:05 PM

Byran's pattern is better.. see test-resources-importer-portlet of the commit.

Show
Shinn Lok added a comment - 13/Nov/12 4:05 PM Byran's pattern is better.. see test-resources-importer-portlet of the commit.
Hide
Permalink
Edward Gonzales added a comment - 16/Apr/13 10:51 AM

Hello everyone! We are in the process of removing component "Theme" from LPS. Please make the necessary adjustments to affected your filters. Thanks!

Show
Edward Gonzales added a comment - 16/Apr/13 10:51 AM Hello everyone! We are in the process of removing component "Theme" from LPS. Please make the necessary adjustments to affected your filters. Thanks!

People

  • Assignee:
    Shinn Lok
    Reporter:
    Bradley Wood
    Participants of an Issue:
    Bradley Wood, Byran Zaugg, Edward Gonzales, Shinn Lok
Vote (1)
Watch (1)

Dates

  • Created:
    17/Oct/12 11:32 AM
    Updated:
    16/Apr/13 10:51 AM
    Resolved:
    13/Nov/12 4:42 PM
    Days since last comment:
    5 weeks, 2 days ago

Agile

  • View on Board
  • Atlassian JIRA (v5.2.11#854-sha1:ef00d61)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Liferay. Try JIRA - bug tracking software for your team.