Skip to:
Modify /dam-app-jcr/decorations/dam-assets-app/apps/dam.subApps.yaml and add rootPath: /travel-demo to the defined datasource.
/dam-app-jcr/decorations/dam-assets-app/apps/dam.subApps.yaml
rootPath: /travel-demo
Go to Assets app and try to upload a new asset into one of the existing folders.
An error comes up because the rootPath is duplicated:
rootPath
The detail is open and a new asset can be uploaded
NOTES: Assets app is just an example, it happens in all apps that has rootPath defined.
Upload works only at root level.
Steps to reproduce:
Modify
/dam-app-jcr/decorations/dam-assets-app/apps/dam.subApps.yaml
and addrootPath: /travel-demo
to the defined datasource.Go to Assets app and try to upload a new asset into one of the existing folders.
Current result
An error comes up because the
rootPath
is duplicated:Expected result
The detail is open and a new asset can be uploaded
NOTES:
Assets app is just an example, it happens in all apps that has
rootPath
defined.Developer notes
Upload works only at root level.