You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a Form:Foo to create a page in the category namespace. The form creates a page called Kategorie:Bar.
On this page, template Baz is added by PageForms. In the template Baz the call {{#default_form:Foo}} is added.
What works on regular pages (in the main namespace) does not work now: there is no "edit wit form" tab. There is no way to go back to the form, other than typing the page name into the form.
The only solution is to put {{#default_form:Foo}} in the Projekt:Kategorie page. But this leads to all category pages being pointed to a form, which is not good, since it does not make sense in all cases.
IMO {{#default_form:Foo}} should work also on category pages. In fact, it should even override anything set in the project namespace setting.
The text was updated successfully, but these errors were encountered:
@krabina did understand this correctly: you create Categories (e.g. "Bar") using "From:Foo" that adds template "Baz" to the Category page. Inside "Baz", you set {{#default_form:Foo}}.
Did you try having all those categories created by Form:Foo being subcategory of one Category, e.g. "Category:Foo" and adding the {{#default_form:Foo}} there?
I am using a Form:Foo to create a page in the category namespace. The form creates a page called Kategorie:Bar.
On this page, template Baz is added by PageForms. In the template Baz the call
{{#default_form:Foo}}
is added.What works on regular pages (in the main namespace) does not work now: there is no "edit wit form" tab. There is no way to go back to the form, other than typing the page name into the form.
The only solution is to put
{{#default_form:Foo}}
in the Projekt:Kategorie page. But this leads to all category pages being pointed to a form, which is not good, since it does not make sense in all cases.IMO
{{#default_form:Foo}}
should work also on category pages. In fact, it should even override anything set in the project namespace setting.The text was updated successfully, but these errors were encountered: