Skip to content

Fixed Users without permissions get unhelpful error message

xiang requested to merge ST-194 into master

if user has no permission for an app, it is no going to exist in app_list. I fix this issue by adding a if statement so that the code will not be trying to reorder an app when is not exist in app_list

Merge request reports