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

MIJN-7118 Naamswijziging thema vergunningen en update snapshots #1079

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/client/assets/icons/vergunningen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ exports[`<MainNavBar /> > Renders without crashing 1`] = `
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>
Vergunningen
Vergunningen en ontheffingen
</title>
<path
d="M16.484451,4 L32,4 L32,32 L9,32 L9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 C12.1204161,0 14.8699283,1.58802851 16.484451,4 L16.484451,4 Z M13,17.0644804 L13,28 L28,28 L28,8 L17.9450712,8 C17.9813667,8.32833385 18,8.6619909 18,9 C18,9.68738796 17.9229386,10.3567773 17.7769836,11 L26,11 L26,13 L17.0644804,13 C16.7026429,13.7281052 16.2451031,14.4002581 15.7083195,15 L26,15 L26,17 L15,17 L15,15.7083195 C14.4002581,16.2451031 13.7281052,16.7026429 13,17.0644804 L13,17.0644804 Z M15,19 L26,19 L26,21 L15,21 L15,19 Z M15,23 L26,23 L26,25 L15,25 L15,23 Z M9,16 C12.8659932,16 16,12.8659932 16,9 C16,5.13400675 12.8659932,2 9,2 C5.13400675,2 2,5.13400675 2,9 C2,12.8659932 5.13400675,16 9,16 Z M6.66999759,7.79669628 L8.79131794,9.91801663 L12.3300024,6.37933216 L13.744216,7.79354572 L8.79131794,12.7464438 L5.25578403,9.21090984 L6.66999759,7.79669628 Z"
Expand All @@ -157,7 +157,7 @@ exports[`<MainNavBar /> > Renders without crashing 1`] = `
<span
class="_SubmenuItemTitle_c3c96e"
>
Vergunningen
Vergunningen en ontheffingen
</span>
</a>
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function MyArePanelContentBekendmaking({
return (
<GenericBase
title={capitalizeFirstLetter(panelItem.onderwerp)}
supTitle="Vergunningen"
supTitle="Vergunningen en ontheffingen"
>
{!!panelItem.datePublished && <Date date={panelItem.datePublished} />}
{!!panelItem.categorie && (
Expand Down
10 changes: 5 additions & 5 deletions src/client/components/Search/search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,12 @@
},
{
"url": "/vergunningen",
"displayTitle": "Vergunningen",
"displayTitle": "Vergunningen en ontheffingen",
"description": "Een overzicht van uw aanvragen voor vergunningen en ontheffingen bij gemeente Amsterdam.",
"keywords": [
"Vergunningen",
"Aanvragen",
"Vergunning"
"Ontheffingen",
"Aanvragen"
]
},
{
Expand All @@ -326,7 +326,7 @@
"keywords": [
"Vergunningen",
"Aanvragen",
"Vergunning",
"Ontheffingen",
"Horeca"
]
},
Expand Down Expand Up @@ -1116,4 +1116,4 @@
]
}
}
}
}
16 changes: 8 additions & 8 deletions src/client/components/Search/searchConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ import type {
KrefiaDeepLink,
Vergunning,
} from '../../../server/services';
import { AVGRequest } from '../../../server/services/avg/types';
import { Bezwaar } from '../../../server/services/bezwaren/types';
import { LoodMeting } from '../../../server/services/bodem/types';
import { SIAItem } from '../../../server/services/sia';
import {
ErfpachtV2Dossier,
ErfpachtV2DossiersResponse,
} from '../../../server/services/simple-connect/erfpacht';
import type {
ToeristischeVerhuurRegistratieDetail,
ToeristischeVerhuurVergunning,
Expand Down Expand Up @@ -33,14 +41,6 @@ import {
import { AppState } from '../../AppState';
import InnerHtml from '../InnerHtml/InnerHtml';
import styles from './Search.module.scss';
import { Bezwaar } from '../../../server/services/bezwaren/types';
import { LoodMeting } from '../../../server/services/bodem/types';
import { SIAItem } from '../../../server/services/sia';
import { AVGRequest } from '../../../server/services/avg/types';
import {
ErfpachtV2Dossier,
ErfpachtV2DossiersResponse,
} from '../../../server/services/simple-connect/erfpacht';

export interface SearchEntry {
url: string;
Expand Down
2 changes: 1 addition & 1 deletion src/client/config/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const ErrorNames: Record<string /* ApiStateKey */, string> = {
MILIEUZONE: 'Milieuzone',
OVERTREDINGEN: 'Overtredingen voertuigen',
MY_LOCATION: 'Uw locatie op de kaart',
VERGUNNINGEN: 'Vergunningen',
VERGUNNINGEN: 'Vergunningen en ontheffingen',
ALL: 'Alle gegevens', // indien data helemaal niet opgehaald kan worden
CMS_CONTENT: 'Uitleg Mijn Amsterdam',
AFVALPUNTEN: 'Afvalpunten',
Expand Down
Loading
Loading