mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ALF-4344: F72/73 Scheduling Service Data Model
- missing file git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21810 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
19
config/alfresco/bootstrap/scheduledActionsFolder.xml
Normal file
19
config/alfresco/bootstrap/scheduledActionsFolder.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0">
|
||||
<cm:folder xmlns="" xmlns:app="http://www.alfresco.org/model/application/1.0" xmlns:d="http://www.alfresco.org/model/dictionary/1.0" xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns:view="http://www.alfresco.org/view/repository/1.0" view:childName="cm:Scheduled Actions">
|
||||
<view:aspects>
|
||||
<app:uifacets></app:uifacets>
|
||||
<cm:titled></cm:titled>
|
||||
</view:aspects>
|
||||
<view:properties>
|
||||
<app:icon>space-icon-default</app:icon>
|
||||
<cm:name>Scheduled Actions</cm:name>
|
||||
<cm:title>
|
||||
<view:mlvalue view:locale="en_US">Scheduled Actions</view:mlvalue>
|
||||
</cm:title>
|
||||
<cm:description>
|
||||
<view:mlvalue view:locale="en_US">Schedule of when persistent actions are executed</view:mlvalue>
|
||||
</cm:description>
|
||||
</view:properties>
|
||||
</cm:folder>
|
||||
</view:view>
|
Reference in New Issue
Block a user