Convert enterprise relationship permission to string presentation

This commit is contained in:
Rohan Mitchell
2014-08-25 13:27:01 +10:00
parent 70feef1256
commit b4e89ad2c0
2 changed files with 21 additions and 0 deletions

View File

@@ -16,3 +16,8 @@ angular.module("ofn.admin").factory 'EnterpriseRelationships', ($http, enterpris
delete: (er) ->
$http.delete('/admin/enterprise_relationships/' + er.id).success (data) =>
@enterprise_relationships.splice @enterprise_relationships.indexOf(er), 1
permission_presentation: (permission) ->
switch permission
when "add_products_to_order_cycle" then "can add products to order cycle from"
when "manage_products" then "can manage the products of"