# Set DBG_REDIRECT debugger setting to 1
# Login as root to the adm.console
# Go to {nav Catalog & Website > Labels & Phrases} section
# Truncate UserPersistentSessionData table
# Change grid sorting to "Modified On"
# Confirm, that in debugger shown only 3 select-SQL from UserPersistentSessionData table
# Change grid sorting to "Phrase"
# Confirm, that in debugger shown only 3 select-SQL from UserPersistentSessionData table
# Login as non-root to the adm.console
# Go to {nav Catalog & Website > Labels & Phrases} section
# Confirm, that Grid is sorted by "Phrase" column (same as was with root user)
# Change grid sorting to "Modified On"
# Confirm, that in debugger shown only 3 select-SQL from UserPersistentSessionData table