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

Commit

Permalink
Merge branch 'hotfix/130' into develop
Browse files Browse the repository at this point in the history
Forward port #130
  • Loading branch information
weierophinney committed Dec 19, 2016
2 parents 919142e + d4c5514 commit 39bb74c
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 40 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#130](https://github.com/zfcampus/zf-apigility-admin-ui/pull/130) updates the
UI to ensure the `object_manager` key is passed when creating or updating a
Doctrine-based service.

## 1.3.8 - 2016-08-17

Expand Down
13 changes: 13 additions & 0 deletions dist/apigility-ui/1bc54cd5.vendor.js

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions dist/apigility-ui/76d13e21.vendor.js

This file was deleted.

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions dist/apigility-ui/css/1a52735a.apigility.min.css

This file was deleted.

16 changes: 16 additions & 0 deletions dist/apigility-ui/css/e9f1cf46.apigility.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<link rel="icon" href="apigility-ui/img/favicon.png">

<link rel="stylesheet" href="apigility-ui/css/1a52735a.apigility.min.css"/>
<link rel="stylesheet" href="apigility-ui/css/e9f1cf46.apigility.min.css"/>

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -42,9 +42,9 @@
</footer>
</div>

<script src="apigility-ui/76d13e21.vendor.js" charset="utf-8"></script>
<script src="apigility-ui/1bc54cd5.vendor.js" charset="utf-8"></script>

<script src="apigility-ui/537dc760.apigility.js" charset="utf-8"></script>
<script src="apigility-ui/cc549c05.apigility.js" charset="utf-8"></script>

<script>
$(document).ready(function () {
Expand Down
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 39bb74c

Please sign in to comment.