Tags: Konafets/cms
Tags
Update method call where trait was removed in a0b9313
Use proper augmentedasset instance Closes statamic#1482
Fixes save of existing user for database users (statamic#1574) * Typecasts $except to int in UniqueUserValue.php The value of `$except` is a string in a fresh v3 install (for me at least), the identical-to comparison operator therefore means it's not possible to edit an existing user. Typecasting `$except` to an integer fixes this. * Changes comparison operator to equal to in UniqueUserValue.php
Only try to find the entry if its a string (an id) ... It's possible the value is already an Entry, or a Page, or null. statamic#1465 - Doesn't fix it, but this error was making this issue happen quite frequently.
PreviousNext