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
Describe the bug
When i make custom ModelView from BaseModelView - view and edit buttons don't work. Links in buttons are broken like this http://127.0.0.1:8000/podruge-templates/undefined . But it works if i user 0.10.1 version
Describe the bug
When i make custom ModelView from BaseModelView - view and edit buttons don't work. Links in buttons are broken like this http://127.0.0.1:8000/podruge-templates/undefined . But it works if i user 0.10.1 version
To Reproduce
`
class TemplatesView(BaseModelView):
db: AsyncIOMotorClient
project: ProjectNameEnum
identity: str
name: str
label: str
icon = "fa fa-blog"
pk_attr = "id"
`
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: