Skip to content

Commit

Permalink
LPS-53972 Fix order of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Hinkey committed Mar 20, 2015
1 parent e1ab22a commit fda18c5
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions readme/7.0/BREAKING_CHANGES.markdown
Expand Up @@ -1061,37 +1061,6 @@ specified by a constant from the class `DLProcessorConstants`.

---------------------------------------

### Added Required Parameter `resourceClassNameId` for DDM Template Search Operations
- **Date:** 2015-Mar-03
- **JIRA Ticket:** LPS-52990

#### What changed?

The DDM template `search` and `searchCount` operations have a new parameter
called `resourceClassNameId`.

#### Who is affected?

This affects developers who have direct calls to the `DDMTemplateService` or
`DDMTemplateLocalService`.

#### How should I update my code?

You should add the `resourceClassNameId` parameter to your calls. This parameter
represents the resource that owns the permission for the DDM template. For
example, if the template is a WCM template, the `resourceClassNameId` points to
the `JournalArticle`'s `classNameId`. If the template is a DDL template, the
`resourceClassNameId` points to the `DDLRecordSet`'s `classNameId`. If the
template is an ADT template, the `resourceClassNameId` points to the
`PortletDisplayTemplate`'s `classNameId`.

#### Why was this change made?

This change was made in order to implement model resource permissions for DDM
templates, such as `VIEW`, `DELETE`, `PERMISSIONS`, and `UPDATE`.

---------------------------------------

### Changed the Usage of the `liferay-ui:restore-entry` Tag
- **Date:** 2015-Mar-01
- **JIRA Ticket:** LPS-54106
Expand Down Expand Up @@ -1134,6 +1103,37 @@ each plugin.

---------------------------------------

### Added Required Parameter `resourceClassNameId` for DDM Template Search Operations
- **Date:** 2015-Mar-03
- **JIRA Ticket:** LPS-52990

#### What changed?

The DDM template `search` and `searchCount` operations have a new parameter
called `resourceClassNameId`.

#### Who is affected?

This affects developers who have direct calls to the `DDMTemplateService` or
`DDMTemplateLocalService`.

#### How should I update my code?

You should add the `resourceClassNameId` parameter to your calls. This parameter
represents the resource that owns the permission for the DDM template. For
example, if the template is a WCM template, the `resourceClassNameId` points to
the `JournalArticle`'s `classNameId`. If the template is a DDL template, the
`resourceClassNameId` points to the `DDLRecordSet`'s `classNameId`. If the
template is an ADT template, the `resourceClassNameId` points to the
`PortletDisplayTemplate`'s `classNameId`.

#### Why was this change made?

This change was made in order to implement model resource permissions for DDM
templates, such as `VIEW`, `DELETE`, `PERMISSIONS`, and `UPDATE`.

---------------------------------------

### Replaced the Breadcrumb Portlet's Display Styles with ADTs
- **Date:** 2015-Mar-12
- **JIRA Ticket:** LPS-53577
Expand Down

0 comments on commit fda18c5

Please sign in to comment.