Skip to content

Commit

Permalink
Remove useless location in entity-auto service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gilPts committed Mar 26, 2024
1 parent bacb599 commit 713445a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions applications/content/servicedef/services_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@
<auto-attributes include="pk" mode="IN" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
<service name="removeContentPurpose" engine="entity-auto" default-entity-name="ContentPurpose" auth="true"
location="component://content/minilang/content/ContentServices.xml" invoke="delete">
<service name="removeContentPurpose" engine="entity-auto" default-entity-name="ContentPurpose" auth="true" invoke="delete">
<description>Remove ContentPurpose</description>
<permission-service service-name="contentManagerPermission" main-action="DELETE"/>
<auto-attributes include="pk" mode="IN" optional="false"/>
Expand Down Expand Up @@ -475,8 +474,7 @@
<auto-attributes include="pk" mode="IN" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
<service name="deleteContentKeyword" engine="entity-auto" default-entity-name="ContentKeyword"
location="component://content/minilang/content/ContentServices.xml" invoke="delete" auth="true">
<service name="deleteContentKeyword" engine="entity-auto" default-entity-name="ContentKeyword" invoke="delete" auth="true">
<description>Delete a ContentKeyword</description>
<permission-service service-name="genericContentPermission" main-action="DELETE"/>
<auto-attributes include="pk" mode="IN" optional="false"/>
Expand Down

0 comments on commit 713445a

Please sign in to comment.