mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6647] covert aca:fields to app:fields (#3838)
This commit is contained in:
@@ -1074,7 +1074,7 @@ describe('AppExtensionService', () => {
|
||||
name: 'default',
|
||||
default: true,
|
||||
filterWithContains: true,
|
||||
'aca:fields': ['cm:name', 'cm:title', 'cm:description', 'TEXT', 'TAG'],
|
||||
'app:fields': ['cm:name', 'cm:title', 'cm:description', 'TEXT', 'TAG'],
|
||||
include: ['path', 'allowableOperations', 'properties'],
|
||||
categories: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user