ClaimType listesi düzeltildi.

This commit is contained in:
Sedat Öztürk 2026-05-09 01:30:40 +03:00
parent e9d8f5ebac
commit 7db239a5d4
5 changed files with 39 additions and 87 deletions

View file

@ -1076,7 +1076,7 @@
}, },
{ {
"resourceName": "Platform", "resourceName": "Platform",
"key": "App.ClaimType", "key": "App.IdentityManagement.ClaimType",
"en": "Claim Types", "en": "Claim Types",
"tr": "Talep Tipleri" "tr": "Talep Tipleri"
}, },

View file

@ -1185,12 +1185,12 @@
}, },
{ {
"ParentCode": "Abp.Identity", "ParentCode": "Abp.Identity",
"Code": "App.ClaimType", "Code": "App.IdentityManagement.ClaimType",
"DisplayName": "App.ClaimType", "DisplayName": "App.IdentityManagement.ClaimType",
"Order": 3, "Order": 3,
"Url": "/admin/list/App.ClaimType", "Url": "/admin/list/App.IdentityManagement.ClaimType",
"Icon": "FcOrganization", "Icon": "FcOrganization",
"RequiredPermissionName": "App.ClaimType", "RequiredPermissionName": "App.IdentityManagement.ClaimType",
"IsDisabled": false "IsDisabled": false
}, },
{ {

View file

@ -2802,17 +2802,17 @@
}, },
{ {
"GroupName": "App.Administration", "GroupName": "App.Administration",
"Name": "App.ClaimType", "Name": "App.IdentityManagement.ClaimType",
"ParentName": null, "ParentName": null,
"DisplayName": "App.ClaimType", "DisplayName": "App.IdentityManagement.ClaimType",
"IsEnabled": true, "IsEnabled": true,
"MultiTenancySide": 3, "MultiTenancySide": 3,
"MenuGroup": "Erp|Kurs" "MenuGroup": "Erp|Kurs"
}, },
{ {
"GroupName": "App.Administration", "GroupName": "App.Administration",
"Name": "App.ClaimType.Create", "Name": "App.IdentityManagement.ClaimType.Create",
"ParentName": "App.ClaimType", "ParentName": "App.IdentityManagement.ClaimType",
"DisplayName": "Create", "DisplayName": "Create",
"IsEnabled": true, "IsEnabled": true,
"MultiTenancySide": 3, "MultiTenancySide": 3,
@ -2820,8 +2820,8 @@
}, },
{ {
"GroupName": "App.Administration", "GroupName": "App.Administration",
"Name": "App.ClaimType.Delete", "Name": "App.IdentityManagement.ClaimType.Delete",
"ParentName": "App.ClaimType", "ParentName": "App.IdentityManagement.ClaimType",
"DisplayName": "Delete", "DisplayName": "Delete",
"IsEnabled": true, "IsEnabled": true,
"MultiTenancySide": 3, "MultiTenancySide": 3,
@ -2829,8 +2829,8 @@
}, },
{ {
"GroupName": "App.Administration", "GroupName": "App.Administration",
"Name": "App.ClaimType.Export", "Name": "App.IdentityManagement.ClaimType.Export",
"ParentName": "App.ClaimType", "ParentName": "App.IdentityManagement.ClaimType",
"DisplayName": "Export", "DisplayName": "Export",
"IsEnabled": true, "IsEnabled": true,
"MultiTenancySide": 3, "MultiTenancySide": 3,
@ -2838,8 +2838,8 @@
}, },
{ {
"GroupName": "App.Administration", "GroupName": "App.Administration",
"Name": "App.ClaimType.Import", "Name": "App.IdentityManagement.ClaimType.Import",
"ParentName": "App.ClaimType", "ParentName": "App.IdentityManagement.ClaimType",
"DisplayName": "Import", "DisplayName": "Import",
"IsEnabled": true, "IsEnabled": true,
"MultiTenancySide": 3, "MultiTenancySide": 3,
@ -2847,8 +2847,8 @@
}, },
{ {
"GroupName": "App.Administration", "GroupName": "App.Administration",
"Name": "App.ClaimType.Update", "Name": "App.IdentityManagement.ClaimType.Update",
"ParentName": "App.ClaimType", "ParentName": "App.IdentityManagement.ClaimType",
"DisplayName": "Update", "DisplayName": "Update",
"IsEnabled": true, "IsEnabled": true,
"MultiTenancySide": 3, "MultiTenancySide": 3,

View file

@ -1,6 +1,26 @@
{ {
"commit": "ab656ba", "commit": "e9d8f5e",
"releases": [ "releases": [
{
"version": "1.0.9",
"buildDate": "2026-05-09",
"commit": "e9d8f5ebac35fc7b21f08139dfe175ed548c14b4",
"changeLog": [
"- Video Rooms düzenlemesi",
"- Genel Liste düzenlemeleri"
]
},
{
"version": "1.0.8",
"buildDate": "2026-05-07",
"commit": "6fa266f23ed4f67384b7bef0e4030420cb788af5",
"changeLog": [
"- Intranet ve Sosyal Duvar",
"- Listelerde ImageUploadandViewer",
"- Survey Widget",
"- Event, Category ve Type"
]
},
{ {
"version": "1.0.7", "version": "1.0.7",
"buildDate": "2026-05-04", "buildDate": "2026-05-04",

View file

@ -1,78 +1,10 @@
import { registerSW } from 'virtual:pwa-register' import { registerSW } from 'virtual:pwa-register'
function showUpdateOverlay() {
if (document.getElementById('sw-update-overlay')) return
const style = document.createElement('style')
style.id = 'sw-update-overlay-style'
style.textContent = `
#sw-update-overlay {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.65);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
}
#sw-update-overlay .sw-update-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
background: #fff;
border-radius: 16px;
padding: 40px 56px;
box-shadow: 0 8px 40px rgba(0,0,0,0.25);
text-align: center;
max-width: 360px;
width: 90%;
}
#sw-update-overlay .sw-update-spinner {
width: 56px;
height: 56px;
border: 5px solid #e5e7eb;
border-top-color: #6366f1;
border-radius: 50%;
animation: sw-spin 0.8s linear infinite;
}
@keyframes sw-spin {
to { transform: rotate(360deg); }
}
#sw-update-overlay .sw-update-title {
font-size: 18px;
font-weight: 700;
color: #1f2937;
margin: 0;
}
#sw-update-overlay .sw-update-desc {
font-size: 14px;
color: #6b7280;
margin: 0;
}
`
document.head.appendChild(style)
const overlay = document.createElement('div')
overlay.id = 'sw-update-overlay'
overlay.innerHTML = `
<div class="sw-update-card">
<div class="sw-update-spinner"></div>
<p class="sw-update-title">System Updating</p>
<p class="sw-update-desc">Loading new version, please wait<br/>The page will refresh automatically.</p>
</div>
`
document.body.appendChild(overlay)
}
export const registerServiceWorker = () => { export const registerServiceWorker = () => {
registerSW({ registerSW({
immediate: true, immediate: true,
onNeedRefresh() { onNeedRefresh() {
console.log('🔔 New version available, refreshing…') console.log('🔔 New version available, please refresh.')
showUpdateOverlay()
window.location.reload() window.location.reload()
}, },
onOfflineReady() { onOfflineReady() {