Skip to content

Commit

Permalink
Merge pull request #1 from rovnanik-sk/package-rename
Browse files Browse the repository at this point in the history
renaming packages in all documents
  • Loading branch information
mrovnanik authored Jun 23, 2024
2 parents 06b05c7 + 0c0697b commit ffe47b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions base-component/tools/service/moqui.store.rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ along with this software (see the LICENSE.md file). If not, see

<resource name="import-entity-data">
<method type="post">
<service name="dtq.rockycube.ImportServices.upload#EntityData"/>
<service name="ars.rockycube.ImportServices.upload#EntityData"/>
</method>
</resource>

<resource name="fetch-entity">
<method type="get">
<service name="dtq.rockycube.EndpointServices.populate#EntityData" allowed-entities="dtq.*"/>
<service name="ars.rockycube.EndpointServices.populate#EntityData" allowed-entities="ars.*"/>
</method>

<method type="post">
<service name="dtq.rockycube.EndpointServices.populate#EntityData" allowed-entities="dtq.*"/>
<service name="ars.rockycube.EndpointServices.populate#EntityData" allowed-entities="ars.*"/>
</method>
</resource>

Expand Down
4 changes: 2 additions & 2 deletions conf/test/CacheTestConf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<default-property name="py.endpoint.merge.lists" value="api/v1/utility/merge-lists"/>

<!-- setting up `synchronized-cache-entities` -->
<default-property name="synced_entities" value="'moqui.test.TestEntity','dtq.projects.Project'"/>
<default-property name="synced_entities" value="'moqui.test.TestEntity','ars.projects.Project'"/>

<tools>
<tool-factory class="dtq.synchro.SynchroMasterToolFactory" init-priority="100" disabled="false"/>
<tool-factory class="ars.synchro.SynchroMasterToolFactory" init-priority="100" disabled="false"/>
</tools>

<server-stats stats-skip-condition="pathInfo?.startsWith('/rpc') || pathInfo?.startsWith('/rest') || pathInfo?.startsWith('/status')"/>
Expand Down

0 comments on commit ffe47b3

Please sign in to comment.