Skip to content

Commit 2cf26f9

Browse files
committed
fix and execute Upgrade_20240327_NamespaceInClients
1 parent 03a9375 commit 2cf26f9

File tree

260 files changed

+9023
-8814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+9023
-8814
lines changed

Extensions/Signum.Alerts/AlertDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { Entity, getToString, is, JavascriptMessage, liteKey, parseLite, toLite
55
import { Toast } from 'react-bootstrap'
66
import { DateTime } from 'luxon'
77
import { useAPIWithReload, useForceUpdate, useThrottle, useUpdatedRef } from '@framework/Hooks';
8-
import * as AuthClient from '../Signum.Authorization/AuthClient'
8+
import { AuthClient } from '../Signum.Authorization/AuthClient'
99
import { Navigator } from '@framework/Navigator'
1010
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
11-
import * as AlertsClient from './AlertsClient'
11+
import { AlertsClient } from './AlertsClient'
1212
import "./AlertDropdown.css"
1313
import { Link } from 'react-router-dom';
1414
import { classes, Dic } from '@framework/Globals'

Extensions/Signum.Alerts/AlertsClient.tsx

Lines changed: 205 additions & 202 deletions
Large diffs are not rendered by default.

Extensions/Signum.Alerts/Templates/Alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react'
22
import { AutoLine, EntityLine, EntityCombo, FormGroup, TextBoxLine } from '@framework/Lines'
33
import { TypeContext } from '@framework/TypeContext'
44
import { AlertEntity, AlertMessage } from '../Signum.Alerts'
5-
import * as AlertsClient from '../AlertsClient'
5+
import { AlertsClient } from '../AlertsClient'
66
import { useForceUpdate } from '@framework/Hooks';
77

88
export default function Alert(p: { ctx: TypeContext<AlertEntity> }) {

0 commit comments

Comments
 (0)