Bug #475
Missing FORM tag in standalone module
Status: | CLOSED | Start date: | 09/13/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | Sigma | |||
Security class: | Resolution: | |||
Affected version: | NEEDINFO: |
Description
FORM tag is not emitted by a standalone Standard inheritor
Associated revisions
Refs #475. Fixed submit button.
Wrapped the FORM into an Action panel.
Refs #501 #475. Changed ViewInterface
- Added includeView() helper in abstract Renderer (relies on Inset widget)
- Removed render() method; view rendering logic moved into Inset widget
- Removed hasInputForm() and wrapFormAroundChild() methods.
Now Inset infers if a FORM tag has to be generated automatically,
by searching for the RequestHandlerInterface implementation.
- Refactor of all related framework modules
History
#1 Updated by Davide Principi almost 10 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset commit:79abc87791f686f75cee8841bf501bdcec033d40.