fix(editor): Fix table pagination state handling and adding more tests (#16986)

This commit is contained in:
Csaba Tuncsik
2025-07-04 10:10:21 +02:00
committed by GitHub
parent 5a5848aa42
commit 34aae9665d
5 changed files with 532 additions and 60 deletions

View File

@@ -1965,6 +1965,7 @@
"settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
"settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
"settings.users.passwordResetUrlCreated.message": "Send the reset link to your user for them to reset their password",
"settings.users.passwordResetLinkError": "Could not retrieve password reset link",
"settings.users.allowSSOManualLogin": "Manual Login Allowed",
"settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
"settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
@@ -1996,6 +1997,7 @@
"settings.users.userRoleUpdated": "Changes saved",
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
"settings.users.userRoleUpdatedError": "Unable to updated role",
"settings.users.table.update.error": "Failed to update table",
"settings.users.table.header.user": "@:_reusableBaseText.user",
"settings.users.table.header.accountType": "Account Type",
"settings.users.table.header.2fa": "2FA",