Skip to content

Tags: Konafets/cms

Tags

v3.0.0-beta.28

Toggle v3.0.0-beta.28's commit message
fix rule

a mystery how that was ever false. 🤯

v3.0.0-beta.27

Toggle v3.0.0-beta.27's commit message
Don't set sites

v3.0.0-beta.26

Toggle v3.0.0-beta.26's commit message
Update method call where trait was removed in a0b9313

v3.0.0-beta.25

Toggle v3.0.0-beta.25's commit message
Use proper augmentedasset instance

Closes statamic#1482

v3.0.0-beta.24

Toggle v3.0.0-beta.24's commit message
Merge branch 'feature/globals'

v3.0.0-beta.23

Toggle v3.0.0-beta.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v3.0.0-beta.22

Toggle v3.0.0-beta.22's commit message
Bring across no options style

v3.0.0-beta.21

Toggle v3.0.0-beta.21's commit message
Bring back is_current. Closes statamic#1300

v3.0.0-beta.20

Toggle v3.0.0-beta.20's commit message
💄 Make FavoriteCreator firefox friendly

v3.0.0-beta.19

Toggle v3.0.0-beta.19's commit message
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.