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
関連: #788
教員権限の場合,リンクの画面でトピック検索ができない。 その際,Chromeの検証ツールで,追記・備考に記載のメッセージが表示される。
なお,すべてで検索すると表示される。 また,管理者だと,検索ができる。
upgrade-nodejs22 ( 7f16ebf )ブランチ,v2.6.0環境で確認。
検索欄のラジオボタンを「トピック」にしても検索ができる。
すべてで検索した場合
トピックで検索した場合
検索欄のラジオボタンを「トピック」に切り替えたときに,Chromeの検証ツールの「ネットワーク」に以下のメッセージが表示された。
{ "statusCode": 500, "error": "Internal Server Error", "message": "Invalid `prisma.ltiResourceLink.count()` invocation:\n \n {\n \"select\": {\n \"_count\": {\n \"select\": {\n \"_all\": true\n }\n }\n },\n \"where\": {\n \"AND\": [\n {\n \"OR\": [\n {\n \"consumerId\": \"**********\",\n \"contextId\": \"19\"\n },\n {\n \"creatorId\": 3228,\n \"book\": {\n \"AND\": [\n {\n \"OR\": [\n {\n \"shared\": true\n },\n {\n \"authors\": {\n \"some\": {\n \"userId\": 3228\n }\n }\n }\n ]\n }\n ]\n }\n }\n ]\n },\n {\n \"book\": {\n \"0\": {\n \"OR\": [\n {\n \"shared\": true\n },\n {\n \"authors\": {\n \"some\": {\n \"userId\": 3228\n }\n }\n }\n ]\n },\n \"sections\": {\n \"some\": {\n \"topicSections\": {\n \"some\": {\n \"topic\": {\n \"name\": {\n \"contains\": \"文化とは何か\",\n \"mode\": \"insensitive\"\n }\n }\n }\n }\n }\n }\n }\n }\n ]\n }\n }\n \n Unknown argument `0`. Did you mean `is`? Available options are marked with ?." }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
関連: #788
そのバグについて
教員権限の場合,リンクの画面でトピック検索ができない。
その際,Chromeの検証ツールで,追記・備考に記載のメッセージが表示される。
なお,すべてで検索すると表示される。
また,管理者だと,検索ができる。
upgrade-nodejs22 ( 7f16ebf )ブランチ,v2.6.0環境で確認。
再現手順
期待していた動作
検索欄のラジオボタンを「トピック」にしても検索ができる。
スクリーンショット
すべてで検索した場合

トピックで検索した場合

デスクトップ再現環境 (下記をうめてください):
追記・備考
検索欄のラジオボタンを「トピック」に切り替えたときに,Chromeの検証ツールの「ネットワーク」に以下のメッセージが表示された。
The text was updated successfully, but these errors were encountered: