Skip to content
New issue

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

モデレーターのアクセストークン発行画面に空欄がある #187

Open
Sayamame-beans opened this issue May 5, 2024 · 2 comments
Labels
⚠️Bug Something isn't working niri-la This issue or pull request is related to original features of misskey.niri.la

Comments

@Sayamame-beans
Copy link

💡 概要

image
原因はread:admin:nirila-delete-user-log-accessの存在だと考えられます。

<div v-if="iAmAdmin" :class="$style.adminPermissions">
<div :class="$style.adminPermissionsHeader"><b>{{ i18n.ts.adminPermission }}</b></div>
<div class="_gaps_s">
<MkSwitch v-for="kind in Object.keys(permissionSwitchesForAdmin)" :key="kind" v-model="permissionSwitchesForAdmin[kind]">{{ i18n.ts._permissions[kind] }}</MkSwitch>
</div>
</div>
const adminPermissions = Misskey.permissions.filter(p => p.startsWith('read:admin') || p.startsWith('write:admin'));

'read:admin:nirila-delete-user-log-access',

🥰 想定される挙動

何か表示される

🤬 実際の挙動

表示が空

📝 再現手順

モデレーター/管理者がアクセストークン発行画面を開く

💻 お使いの環境

* 機種とOS: any
* ブラウザ: any
@Sayamame-beans Sayamame-beans added the ⚠️Bug Something isn't working label May 5, 2024
@anatawa12
Copy link
Collaborator

ローカライゼーションの問題かな

@Sayamame-beans
Copy link
Author

だと思います(確か書いてなかったので)

@Sayamame-beans Sayamame-beans added the niri-la This issue or pull request is related to original features of misskey.niri.la label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️Bug Something isn't working niri-la This issue or pull request is related to original features of misskey.niri.la
Projects
None yet
Development

No branches or pull requests

2 participants