-
Notifications
You must be signed in to change notification settings - Fork 0
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
As part of the metadata page provide the urls for the relationship fields #388
Closed
1 of 3 tasks
Labels
Milestone
Comments
9 tasks
This was referenced Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
8 tasks
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
…nent figure out the values ref: #26 #27 nofusscomputing/centurion_erp#248 nofusscomputing/centurion_erp#388
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp_ui
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
28 tasks
7 tasks
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
… new ticket being created ref: #248 #385 #388 nofusscomputing/centurion_erp_ui#23
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
… to link item to ticket ref: #248 #385 #388 nofusscomputing/centurion_erp_ui#23
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 27, 2024
…a ticket comment when org not specified. ref: #248 #385 #388 nofusscomputing/centurion_erp_ui#23
closing as v1.4 is about to be released with this fixes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the metadata (HTTP/OPTIONS) returns the field meta for creating the fields. However for model relationships there is no information.
Details
Add to the metadata a urls section that is the query point for the related model.Implementation should be added to the model wherein it has a property that returns the url for lookup and the url for self.Update: as part of the meta fields, the values already exist in the field object. these have been added to the meta field as choices.
As part of an items metadata, add the return URL. this url will be used within the interface for when a user clicks cancel or as the success url for PATCH/POST request the user will be taken to
Tasks
[ ] Add property to ALL models that returns the models lookup url (ViewSet-list
)[ ] Add property to ALL models that returns an individual models url (ViewSet-detail
)return_url
Refactor ALL models to have a
get_url
function #366 blocking as the model url will be used.Requirements
Links
The text was updated successfully, but these errors were encountered: