Skip to content

handler check for fluidpage is improper #13

Open
@sveneberth

Description

@sveneberth

} else if (conf["handler"] == "list.fluidpage.content") {

If you define the handler as module attribute, the viur-core will add the modulename behind:
https://github.com/viur-framework/viur-core/blob/cb684b0fad022d4ded38613db325e1543633192c/src/viur/core/module.py#L553

So you have to set the handler to list.fluidpage and name the module content to get this working. Or you still have to set in the admin_info

But this should work with list.fluidpage.content.mycontentmodulename, prefix-matched,as well

Metadata

Metadata

Labels

Priority: HighAfter critical issues are fixed, these should be dealt with before any further issues.bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions