mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -06:00
Add warning re: nested quick-adds
This commit is contained in:
parent
06705595b6
commit
13236a7782
@ -66,7 +66,8 @@ class DynamicModelChoiceMixin:
|
|||||||
choice (DEPRECATED: pass `context={'disabled': '$fieldname'}` instead)
|
choice (DEPRECATED: pass `context={'disabled': '$fieldname'}` instead)
|
||||||
context: A mapping of <option> template variables to their API data keys (optional; see below)
|
context: A mapping of <option> template variables to their API data keys (optional; see below)
|
||||||
selector: Include an advanced object selection widget to assist the user in identifying the desired object
|
selector: Include an advanced object selection widget to assist the user in identifying the desired object
|
||||||
quick_add: Include a widget to quickly create a new related object for assignment
|
quick_add: Include a widget to quickly create a new related object for assignment. NOTE: Nested usage of
|
||||||
|
quick-add fields is not currently supported.
|
||||||
|
|
||||||
Context keys:
|
Context keys:
|
||||||
value: The name of the attribute which contains the option's value (default: 'id')
|
value: The name of the attribute which contains the option's value (default: 'id')
|
||||||
|
Loading…
Reference in New Issue
Block a user