forked from Archives/Athou_commafeed
categories are now deletable again
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
v 2.0.3
|
v 2.0.3
|
||||||
- internet explorer ajax cache workaround
|
- internet explorer ajax cache workaround
|
||||||
|
- categories are now deletable again
|
||||||
v 2.0.2
|
v 2.0.2
|
||||||
- api using the api key is now working again
|
- api using the api key is now working again
|
||||||
- context path is now configurable in config.yml (see app.contextPath in config.yml.example)
|
- context path is now configurable in config.yml (see app.contextPath in config.yml.example)
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<div class="col-sm-offset-2 col-sm-10">
|
<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="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()"
|
<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>
|
<button type="button" class="btn btn-default" ng-click="back()">{{ 'global.cancel' | translate }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user