marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API

Home Page:http://ng-admin-book.marmelab.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inherit query parameters to reference api calls

saimirg opened this issue · comments

During the workflow of the application, the following page is called to enter a new record: .../subscriptions/create?defaultValues={"login_id":7}

When data entry form is loaded, two of the fields are references to two different entities. How can we pass the parameter {"login_id":7} to the other two API URLs being called during load ?

Hi @saimirg,

Sadly, as explained in the README, the GitHub issue tracker is for bugs and enhancement requests only. We no longer accept questions here.
So I close this issue, but feel free to write it on StackOverflow with the tag ng-admin.

And please add additional explanations or examples to your StackOverflow question to help people help you. I didn't understand what are the "other two API URLs" that you mention.