Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit with form not showing on category pages #73

Open
krabina opened this issue Nov 22, 2024 · 1 comment
Open

Edit with form not showing on category pages #73

krabina opened this issue Nov 22, 2024 · 1 comment

Comments

@krabina
Copy link

krabina commented Nov 22, 2024

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.

@gesinn-it-gea
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants