mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4351] Change APS2 services url pattern form -service/
to /service/
(#4563)
* [ADF-4351] Change APS2 services url pattern form ` -service/` to `/service/` * Changed all query and runtimebundle app name convention. * Use the correct name of the class * Skip latest unit test that is failing * Change the karma * Fix failing unit test on editTaskCloud
This commit is contained in:
committed by
Eugenio Romano
parent
a42d58af49
commit
78daf68777
@@ -34,7 +34,7 @@ by all ADF applications.
|
||||
|
||||
The runtime bundle service pod (generated by the default installation) has the name
|
||||
`rb-[appName]` (usually `rb-my-app`) to begin with. An ADF application requires the runtime
|
||||
bundle service to be available with the name `[appName]-rb` (usually `my-app-rb`).
|
||||
bundle service to be available with the name `[appName]/rb` (usually `my-app/rb`).
|
||||
|
||||
### How to change the name of the runtime bundle service
|
||||
|
||||
@@ -49,7 +49,7 @@ file as shown below:
|
||||
runtime-bundle:
|
||||
enabled: true
|
||||
service:
|
||||
name: my-app-rb \\ <-- change it here!
|
||||
name: my-app/rb \\ <-- change it here!
|
||||
...
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user