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
There appears to be a bug when using bindatafs on windows OS.
This is manifested for example when trying to use qor/admin with bindatafs on windows, then some templates are not loaded resulting in distorted views.
Solution is to fix templates of bindatafs: update "Glob" and "Asset" functions: use "path" in stead of "filepath", and change \ to /. (although maybe better to us os.PathSeparator)
There appears to be a bug when using bindatafs on windows OS.
This is manifested for example when trying to use qor/admin with bindatafs on windows, then some templates are not loaded resulting in distorted views.
See qor/admin#153 for how to reproduce.
Solution is to fix templates of bindatafs: update "Glob" and "Asset" functions: use "path" in stead of "filepath", and change \ to /. (although maybe better to us os.PathSeparator)
-- bindatafs.go.template:
The text was updated successfully, but these errors were encountered: