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
Currently you can create a field with the handle author and add it to an entry, which can cause confusion because it will conflict with the default author alias to getAuthor(). I've done this twice in the past week, which says more about me than Craft 😂
Steps to reproduce
Create a field called author
Add it to an entry
Call entry.author assuming you'll be accessing your field, and be very confused 😄
Additional info
Craft version: 3.4
The text was updated successfully, but these errors were encountered:
Description
Currently you can create a field with the handle
author
and add it to an entry, which can cause confusion because it will conflict with the defaultauthor
alias togetAuthor()
. I've done this twice in the past week, which says more about me than Craft 😂Steps to reproduce
author
entry.author
assuming you'll be accessing your field, and be very confused 😄Additional info
The text was updated successfully, but these errors were encountered: