We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
概要(Overview) システム設定>ユーザー管理>役割 のツリーの並び順が決まっていない。
再現手順(To Reproduce) 大体は作成順で並んでしまうため再現が難しい。(MySQLの実行結果次第)
その他情報(Additional context) modules/Settings/Roles/models/Record.php getChildrenのSQLでORDER BYが指定されていない。 rolenameが妥当かと思われる。
The text was updated successfully, but these errors were encountered:
K-Haruto
Successfully merging a pull request may close this issue.
概要(Overview)
システム設定>ユーザー管理>役割 のツリーの並び順が決まっていない。
再現手順(To Reproduce)
大体は作成順で並んでしまうため再現が難しい。(MySQLの実行結果次第)
その他情報(Additional context)
modules/Settings/Roles/models/Record.php
getChildrenのSQLでORDER BYが指定されていない。
rolenameが妥当かと思われる。
The text was updated successfully, but these errors were encountered: