Closed tabacitu closed 1 year ago
Update: since I was already on this file, I ended up doing the MUST and SHOULDs mentioned in https://github.com/Laravel-Backpack/activity-log/issues/12
So now it looks like this:
Which is... not great... but better I think.
Merging into the v6
branch, since it's due for launch tomorrow 👀
Before this PR, if you had a column like
extras
that had changed... you'd get a big fat error because you can't convert array to string. After this PR, it splits up the array into a list:It's not exactly pretty... but at least there's no error right?