https://bugzilla.wikimedia.org/show_bug.cgi?id=39831
John McClure <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #7 from John McClure <[email protected]> --- When the form is first displayed, the "fullpagename" field contains "Semantic Forms permissions test"... i traced this down in SFFormPrinter.php , line 791, as being the string returned by } elseif ( $sub_components[0] == 'default' ) { $default_value = $wgParser->recursiveTagParse( $sub_components[1] ); A RELATED issue is that the pagename field is "mandatory" however when no value is placed into the field, rather than "required entry" (sic) being entered, no error message at all is displayed... nothing happens when "save" (or "preview") is clicked. Thanks! -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
