Merge pull request #1844 from ryanology/temp-U4-9697

U4-9697 - Listview create new node ordering
This commit is contained in:
Mads Rasmussen
2017-03-30 10:31:51 +02:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li ng-repeat="contentType in listViewAllowedTypes">
<li ng-repeat="contentType in listViewAllowedTypes | orderBy:'name':false">
<a href="#/{{entityType}}/{{entityType}}/edit/{{contentId}}?doctype={{contentType.alias}}&create=true">
<i class="icon-{{contentType.cssClass}}"></i>
{{contentType.name}}