categories are now deletable again

This commit is contained in:
Athou
2014-08-30 16:36:11 +02:00
parent fcdb9d8257
commit 0b3b267e63
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
v 2.0.3
- internet explorer ajax cache workaround
- categories are now deletable again
v 2.0.2
- api using the api key is now working again
- context path is now configurable in config.yml (see app.contextPath in config.yml.example)

View File

@@ -40,7 +40,7 @@
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" ng-if="!isMeta()">{{ 'global.save' | translate }}</button>
<button type="button" class="btn btn-danger" ng-click="deleteCategory()" ng-show="!isMeta()"
confirm-click="{{ 'details.delete_category_confirmation}">{{ 'global.delete' | translate }}</button>
confirm-click="'details.delete_category_confirmation' | translate">{{ 'global.delete' | translate }}</button>
<button type="button" class="btn btn-default" ng-click="back()">{{ 'global.cancel' | translate }}</button>
</div>
</div>