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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
After installing AutoID plugin I get an error message when uploading files to dashboard (and working with those files).
Steps to reproduce:
Install Kirby Plainkit with Composer
Install Kirby AutoID plugin with Composer
Add files section to site.yml blueprint
Try to upload a file to the files section - the error message "Call to a member function id() on null" appears. When you close the message, the file is uploaded eventually.
The error message appears when I:
upload something in files section
upload something in textarea (through the "paperclip" button)
try to rename the file in the panel
This only happens while working in dashboard (site.yml blueprint).
I tried different versions of AutoID plugin. As far as I can tell, this behavior started with version 2.1.0.
The text was updated successfully, but these errors were encountered:
janherman
changed the title
"Call to a member function id() on null" when uploading files to site
"Call to a member function id() on null" when uploading files to dashboard
Jan 13, 2020
sorry for getting back to you so late. i added support for the site object just now... at least tested for structures... i still need to check about the files.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After installing AutoID plugin I get an error message when uploading files to dashboard (and working with those files).
Steps to reproduce:
The error message appears when I:
This only happens while working in dashboard (site.yml blueprint).
I tried different versions of AutoID plugin. As far as I can tell, this behavior started with version 2.1.0.
The text was updated successfully, but these errors were encountered: