Modify ↓
#11828 closed defect (fixed)
Submit button is not rendered
Reported by: | Owned by: | Steffen Hoffmann | |
---|---|---|---|
Priority: | normal | Component: | TracFormsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
{{{ #!TracForm #! submit_label "Got 'em!" || '''What''' || || [tf:milk] || Milk || || [tf:eggs] || Eggs || || [tf:bread] || Bread || || [tf:beer] || Beer || }}}
I get correct checkboxes - but no submit button at all. Removing submit_label does not help.
Attachments (1)
Change History (6)
Changed 10 years ago by
Attachment: | Screen Shot 2014-06-16 at 6.29.00 PM.png added |
---|
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
comment:3 follow-up: 4 Changed 10 years ago by
I am very very sorry. Thanks for the pointer to the mailing list. Yes. You are right. Permissions.
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to anonymous:
I am very very sorry. Thanks for the pointer to the mailing list. Yes. You are right. Permissions.
Never mind (to err is human). Just make sure to follow that path next time.
comment:5 Changed 10 years ago by
Resolution: | invalid → fixed |
---|
Btw, I've just improved wiki docs to point out required permission setup more clearly. So I rather suggest to understand this ticket as a hint towards a documentation issue.
Note: See
TracTickets for help on using
tickets.
I'd appreciate, if you prefered the mailing-list for such questions, as advised above our new ticket input form. Claiming a defect for drawing attention on issues, that likely represent local installation and configuration issues rather than real software bugs, is neither fair nor intended use of this development ticket system.
On the report, I suspect that you didn't assign appropriate permission to submit/save form values, right?
citation from the plugin wiki page:
meaning that user without FORM_EDIT_VAL won't see a submit button regardless of TracForm definition.