File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ module openflow {
727727 this . loading = false ;
728728 if ( ! this . $scope . $$phase ) { this . $scope . $apply ( ) ; }
729729 }
730- async DeleteOne ( model : openflow . TokenUser ) : Promise < any > {
730+ async DeleteOneUser ( model : openflow . TokenUser ) : Promise < any > {
731731 this . loading = true ;
732732 await this . api . Delete ( this . collection , model ) ;
733733 this . models = this . models . filter ( function ( m : any ) : boolean { return m . _id !== model . _id ; } ) ;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h1 translate lib="web">users</h1>
4848 < a ng-href ="#/User/{{model._id}} "> < i class ="az-edit "> </ i > </ a >
4949 </ td >
5050 < td class ="btn-cell ">
51- < a href ng-click ="ctrl.DeleteOne (model) " ng-disabled ="ctrl.loading==true "> < i class ="az-trash "> </ i > </ a >
51+ < a href ng-click ="ctrl.DeleteOneUser (model) " ng-disabled ="ctrl.loading==true "> < i class ="az-trash "> </ i > </ a >
5252 </ td >
5353 </ tr >
5454 </ tbody >
Original file line number Diff line number Diff line change 1- 0.0.352
1+ 0.0.353
You can’t perform that action at this time.
0 commit comments