-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Missing #13
Comments
You should create your own custom api call. If I recall correctly you should return a JsonResponse with
Then in your controller you just load the attribute and it's options you want. |
What about using an existing simpleselect, those already has an API, controller etc, right? That is the example I would like to see, rather than re-inventing the wheel. |
Depends entirely on what the key/values are that you want to return. In my use-case I needed to return custom reference data entities. |
There is no documentation online based on what I can find on how to use
"SimpleSelect by URL". Neither is there on YouTube.
I have tried all rest calls that the pim uses for a "regular" attribute,
and a number of others without success.
What url should I point to, to get it working with an existing SimpleSelect attribute?
The text was updated successfully, but these errors were encountered: