Compare commits

..

No commits in common. "1.6.0" and "1.5.3" have entirely different histories.
1.6.0 ... 1.5.3

3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@odit/lfk-frontend",
"version": "1.6.0",
"version": "1.5.3",
"type": "module",
"scripts": {
"i18n-order": "node order.js",

View File

@ -1,6 +1,5 @@
const config = {
baseurl: "http://localhost:4010",
baseurl_selfservice: "http://localhost:5174",
baseurl_documentserver: "http://localhost:4010/documents",
documentserver_key:
"NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe",

View File

@ -38,7 +38,7 @@
$: cards_show = true;
$: certificates_show = true;
$: generate_orgs = [original_object];
$: registrationLink = `${config.baseurl_selfservice}/register/${editable.registrationKey}`;
$: registrationLink = `${config.baseurl}/selfservice/register/${editable.registrationKey}`;
const getContactLabel = (option) =>
option.firstname + " " + (option.middlename || "") + " " + option.lastname;
const promise = RunnerOrganizationService.runnerOrganizationControllerGetOne(