Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Fix for updating Doctrine Object Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mrVrAlex authored Oct 21, 2016
1 parent 0fdbf9f commit 66d2bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apigility-ui/service/api.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
'adapter_name'
];
if (isDoctrine) {
allowed.push('strategies', 'by_value');
allowed.push('object_manager', 'strategies', 'by_value');
}
var result = filterData(data, allowed);
var path = isDoctrine ? '/doctrine/' : '/rest/';
Expand Down

0 comments on commit 66d2bc4

Please sign in to comment.