mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix(frontend): ベースロールを編集してもUI上では変更が反映されない問題を修正 (#13995)
* fix(frontend): ベースロールを変更してもUI上では変更が反映されない問題を修正 * Update CHANGELOG.md
This commit is contained in:
		
							parent
							
								
									faeab96e01
								
							
						
					
					
						commit
						bf403aa656
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8,6 +8,7 @@
 | 
			
		|||
- Fix: `/about#federation` ページなどで各インスタンスのチャートが表示されなくなっていた問題を修正
 | 
			
		||||
- Fix: ユーザーページの追加情報のラベルを投稿者のサーバーの絵文字で表示する (#13968)
 | 
			
		||||
- Fix: リバーシの対局を正しく共有できないことがある問題を修正
 | 
			
		||||
- Fix: コントロールパネルでベースロールのポリシーを編集してもUI上では変更が反映されない問題を修正 
 | 
			
		||||
 | 
			
		||||
### Server
 | 
			
		||||
- チャート生成時にinstance.suspentionStateに置き換えられたinstance.isSuspendedが参照されてしまう問題を修正
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -243,7 +243,7 @@ import * as os from '@/os.js';
 | 
			
		|||
import { misskeyApi } from '@/scripts/misskey-api.js';
 | 
			
		||||
import { i18n } from '@/i18n.js';
 | 
			
		||||
import { definePageMetadata } from '@/scripts/page-metadata.js';
 | 
			
		||||
import { instance } from '@/instance.js';
 | 
			
		||||
import { instance, fetchInstance } from '@/instance.js';
 | 
			
		||||
import MkFoldableSection from '@/components/MkFoldableSection.vue';
 | 
			
		||||
import { ROLE_POLICIES } from '@/const.js';
 | 
			
		||||
import { useRouter } from '@/router/supplier.js';
 | 
			
		||||
| 
						 | 
				
			
			@ -267,6 +267,7 @@ async function updateBaseRole() {
 | 
			
		|||
	await os.apiWithDialog('admin/roles/update-default-policies', {
 | 
			
		||||
		policies,
 | 
			
		||||
	});
 | 
			
		||||
	fetchInstance(true);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function create() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue