Skip to content

Commit 56f9dc8

Browse files
author
holivier
committed
Improved: Add watcherName as new field in PortalPagePortlet entity (OFBIZ-11770)
When a watcherName is associated to a Portal - Portlet, it's used to created a container (with this watcher) "around" the portlet, and so be able to update it with a set-area, refresh-area, set-watcher, refresh-watcher
1 parent ff969de commit 56f9dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework/common/entitydef/entitymodel.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ under the License.
827827
<field name="portletSeqId" type="id"><description>Identify the portalPortlet instance in case more copy of the same portalPortlet are present in the same portalPage</description></field>
828828
<field name="columnSeqId" type="id"></field>
829829
<field name="sequenceNum" type="numeric"></field>
830+
<field name="watcherName" type="value"></field>
830831
<prim-key field="portalPageId"/>
831832
<prim-key field="portalPortletId"/>
832833
<prim-key field="portletSeqId"/>

0 commit comments

Comments
 (0)