Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
958a9959c8 |
@@ -714,6 +714,7 @@ manifest = ModuleManifest(
|
|||||||
title="Reusable address ownership",
|
title="Reusable address ownership",
|
||||||
summary="Reusable person, organization, household, postal, and email recipient sources belong to the addresses module.",
|
summary="Reusable person, organization, household, postal, and email recipient sources belong to the addresses module.",
|
||||||
body=(
|
body=(
|
||||||
|
"Open the book beside Address books for documentation of the address workspace. "
|
||||||
"Campaigns may keep immutable campaign-local recipient snapshots, but durable address directories, "
|
"Campaigns may keep immutable campaign-local recipient snapshots, but durable address directories, "
|
||||||
"recipient-source definitions, consent metadata, provenance, deduplication, and import/export workflows "
|
"recipient-source definitions, consent metadata, provenance, deduplication, and import/export workflows "
|
||||||
"are owned by govoplan-addresses. The Address Book workspace keeps Reload directly "
|
"are owned by govoplan-addresses. The Address Book workspace keeps Reload directly "
|
||||||
@@ -746,6 +747,7 @@ manifest = ModuleManifest(
|
|||||||
"Addresses-Modul."
|
"Addresses-Modul."
|
||||||
),
|
),
|
||||||
"body": (
|
"body": (
|
||||||
|
"Öffnen Sie das Buch neben Adressbücher für die Dokumentation des Adressarbeitsbereichs. "
|
||||||
"Campaigns darf unveränderliche campaignlokale Empfänger-Snapshots halten. Dauerhafte Adressverzeichnisse, "
|
"Campaigns darf unveränderliche campaignlokale Empfänger-Snapshots halten. Dauerhafte Adressverzeichnisse, "
|
||||||
"Empfängerquellendefinitionen, Einwilligungsmetadaten, Herkunft, Dublettenbereinigung sowie Import- und Exportabläufe "
|
"Empfängerquellendefinitionen, Einwilligungsmetadaten, Herkunft, Dublettenbereinigung sowie Import- und Exportabläufe "
|
||||||
"gehören jedoch govoplan-addresses. Im Adressbuch steht Neuladen oben rechts unmittelbar vor "
|
"gehören jedoch govoplan-addresses. Im Adressbuch steht Neuladen oben rechts unmittelbar vor "
|
||||||
|
|||||||
@@ -3242,6 +3242,8 @@ export default function AddressBookPage({ settings, auth, onAuthChange }: Props)
|
|||||||
return (
|
return (
|
||||||
<div className="workspace-data-page module-entry-page address-book-page address-book-fullscreen">
|
<div className="workspace-data-page module-entry-page address-book-page address-book-fullscreen">
|
||||||
<PageActionBar
|
<PageActionBar
|
||||||
|
title="Address books"
|
||||||
|
titleHelp={<DocumentationHelpLink reference={ADDRESSES_DOCUMENTATION} />}
|
||||||
variant="collection"
|
variant="collection"
|
||||||
label="i18n:govoplan-addresses.explorer.page_actions"
|
label="i18n:govoplan-addresses.explorer.page_actions"
|
||||||
className="address-page-actions"
|
className="address-page-actions"
|
||||||
@@ -3252,7 +3254,6 @@ export default function AddressBookPage({ settings, auth, onAuthChange }: Props)
|
|||||||
<Button type="button" onClick={() => setAddressActionsOpen("connections")} disabledReason={savingReason}><Link2 size={16} aria-hidden="true" /> i18n:govoplan-addresses.explorer.connections</Button>
|
<Button type="button" onClick={() => setAddressActionsOpen("connections")} disabledReason={savingReason}><Link2 size={16} aria-hidden="true" /> i18n:govoplan-addresses.explorer.connections</Button>
|
||||||
<Button type="button" onClick={() => void openQualityReview()} disabledReason={qualityDashboardReason}><ShieldCheck size={16} aria-hidden="true" /> i18n:govoplan-addresses.explorer.quality</Button>
|
<Button type="button" onClick={() => void openQualityReview()} disabledReason={qualityDashboardReason}><ShieldCheck size={16} aria-hidden="true" /> i18n:govoplan-addresses.explorer.quality</Button>
|
||||||
</>}
|
</>}
|
||||||
helpAction={<DocumentationHelpLink reference={ADDRESSES_DOCUMENTATION} />}
|
|
||||||
createAction={<Button type="button" variant="primary" onClick={openCreateBookDialog} disabledReason={createBookReason}><Plus size={16} aria-hidden="true" /> Add address book</Button>}
|
createAction={<Button type="button" variant="primary" onClick={openCreateBookDialog} disabledReason={createBookReason}><Plus size={16} aria-hidden="true" /> Add address book</Button>}
|
||||||
/>
|
/>
|
||||||
{error && <DismissibleAlert className="address-error" compact tone="danger" resetKey={error}>{error}</DismissibleAlert>}
|
{error && <DismissibleAlert className="address-error" compact tone="danger" resetKey={error}>{error}</DismissibleAlert>}
|
||||||
|
|||||||
Reference in New Issue
Block a user