You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my config I set $config['zf-hal']['render_collections'] = false in order to bandaid a problem with recursive entity reference. However, when I do so, the Apigility admin stops working. The main section of /apigility/ui#/api is blank. The javascript console displays this error:
TypeError: Cannot call method 'pop' of undefined
at http://localhost:8080/zf-apigility-admin/js/app.js:1:5390
at Array.forEach (native)
at Object.f [as forEach] (http://localhost:8080/zf-apigility-admin/js/vendor-angular.js:1:1005)
at f (http://localhost:8080/zf-apigility-admin/js/app.js:1:5326)
at new <anonymous> (http://localhost:8080/zf-apigility-admin/js/app.js:1:5869)
at d (http://localhost:8080/zf-apigility-admin/js/vendor-angular.js:1:15787)
at Object.e [as instantiate] (http://localhost:8080/zf-apigility-admin/js/vendor-angular.js:1:15899)
at http://localhost:8080/zf-apigility-admin/js/vendor-angular.js:1:32078
at q (http://localhost:8080/zf-apigility-admin/js/vendor-angular.js:4:23001)
at A (http://localhost:8080/zf-apigility-admin/js/vendor-angular.js:4:23362)
Not really sure if I should be posting this in zf-apigility or zf-hal, but they're both zfcampus modules so I'll let you guys sort it out.
The render_collections flag is all or nothing at this point, and affects the Admin API as well. We don't have plans currently to provide a whitelist, but I'm noting this as a feature request for that functionality.
In my config I set $config['zf-hal']['render_collections'] = false in order to bandaid a problem with recursive entity reference. However, when I do so, the Apigility admin stops working. The main section of /apigility/ui#/api is blank. The javascript console displays this error:
Not really sure if I should be posting this in zf-apigility or zf-hal, but they're both zfcampus modules so I'll let you guys sort it out.
Originally posted by @PoetikDragon at zfcampus/zf-apigility#25
The text was updated successfully, but these errors were encountered: