Opened 18 years ago

Closed 18 years ago

#2649 closed enhancement (fixed)

[patch] update to documentation to mention side effect of editable=False on manipulators

Reported by: heckj@… Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Ran into this again, so I thought I'd update the docs.. editable=False means that fields pushed in through the Manipulators don't get utilized.

Attachments (1)

2649.diff (536 bytes ) - added by heckj@… 18 years ago.
patch from root of trunk - update to docs

Download all attachments as: .zip

Change History (2)

by heckj@…, 18 years ago

Attachment: 2649.diff added

patch from root of trunk - update to docs

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3781]) Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks,
heckj@….

Note: See TracTickets for help on using tickets.
Back to Top