Merge pull request #2067 from Xiaohao112/patch-1

Created a link to composition doctype
This commit is contained in:
Stephan
2017-11-02 17:55:30 +01:00
committed by GitHub

View File

@@ -98,7 +98,7 @@
<localize key="contentTypeEditor_inheritedFrom"></localize> {{ tab.inheritedFromName }}
<span ng-repeat="contentTypeName in tab.parentTabContentTypeNames">
{{ contentTypeName }}
<a href="#/settings/documentTypes/edit/{{tab.contentTypeId}}">{{ contentTypeName }}</a>
<span ng-if="!$last">, </span>
</span>
</div>