Skip to content

Commit 247198e

Browse files
committed
ACS-9178 Set peopleEntityResource bean id
1 parent 3cd5cfb commit 247198e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote-api/src/main/resources/alfresco/public-rest-context.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@
11161116
<property name="siteMembershipRequests" ref="SiteMembershipRequests" />
11171117
</bean>
11181118

1119-
<bean class="org.alfresco.rest.api.people.PeopleEntityResource">
1119+
<bean id="peopleEntityResource" class="org.alfresco.rest.api.people.PeopleEntityResource">
11201120
<property name="people" ref="People" />
11211121
</bean>
11221122

0 commit comments

Comments
 (0)