Opened 19 years ago
Closed 16 years ago
#2107 closed task (invalid)
Adding an object and several related objects at once with manipulators isn't documented.
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | critical | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | How to create a pull request | ||
Description ¶
Adding an object and several related objects at once with manipulators isn't documented. I know this functionality exists as it is used in the admin. Trying to workaround this by using multiple manipulators generates invalid html (multiple html nodes can't have the same id) and fills in the form incorrectly (the values in the last object's fields are used in all of them).
Change History (7)
comment:1 by , 19 years ago
Severity: | normal → major |
---|---|
Type: | defect → task |
comment:2 by , 19 years ago
Severity: | major → critical |
---|
comment:3 by , 19 years ago
Owner: | changed from | to
---|
comment:4 by , 19 years ago
Version: | → SVN |
---|
comment:5 by , 18 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:6 by , 17 years ago
Triage Stage: | Design decision needed → Accepted |
---|
Changing stage to accepted; newforms-admin should add capabilities for doing this, but it will still need documentation.
comment:7 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing, because manipulators are gone.
I'm not sure if the admin code that does this is very portable, and probably wouldn't be worth documenting for oldforms. Maybe someone with more familiarity with newforms can state whether newforms will make this easy enough that it should be documented for end users to take advantage of.