From 1287af9353acc8ccf4e334c3f0bc4bf57b450f87 Mon Sep 17 00:00:00 2001 From: Aleksandra Simeonova Date: Mon, 4 May 2020 16:32:58 +0200 Subject: [PATCH 1/4] add note about pageErrorHandler --- docs/navigation-parameters-reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/navigation-parameters-reference.md b/docs/navigation-parameters-reference.md index 5128046ad5..38d750728c 100644 --- a/docs/navigation-parameters-reference.md +++ b/docs/navigation-parameters-reference.md @@ -72,6 +72,8 @@ The navigation parameters allow you to configure **global** navigation settings - **default**: the parameter **defaults.isolateView** is `false` by default, and you can overwrite it using the **isolateView** value on a single node level. ### defaults.pageErrorHandler + +> **NOTE**: The **pageErrorHandler** only works if the [loading indicator](#loadingIndicator.enabled) is not disabled. - **type**: object - **description**: gives you the possibility to handle a situation in which Luigi Client doesn't respond. By default, it will redirect to the home page if nothing else is specified. **timeout** is required. - **default**: the parameter **defaults.pageErrorHandler** is not specified by default, and you can overwrite it using the **pageErrorHandler** value on a single node level. @@ -279,6 +281,8 @@ settings: { ``` ### pageErrorHandler + +> **NOTE**: The **pageErrorHandler** only works if the [loading indicator](#loadingIndicator.enabled) is not disabled. - **type**: object - **description**: gives you the possibility to handle a situation in which Luigi Client doesn't respond. By default, it will redirect to the home page if nothing else is specified. **timeout** is required. - **attributes**: From f00ce8df99193e7bd229cfd154820b389ebb6144 Mon Sep 17 00:00:00 2001 From: Aleksandra Simeonova Date: Wed, 6 May 2020 08:59:15 +0200 Subject: [PATCH 2/4] Update docs/navigation-parameters-reference.md Co-authored-by: Markus <1720843+maxmarkus@users.noreply.github.com> --- docs/navigation-parameters-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/navigation-parameters-reference.md b/docs/navigation-parameters-reference.md index 38d750728c..9bde3ec118 100644 --- a/docs/navigation-parameters-reference.md +++ b/docs/navigation-parameters-reference.md @@ -73,7 +73,7 @@ The navigation parameters allow you to configure **global** navigation settings ### defaults.pageErrorHandler -> **NOTE**: The **pageErrorHandler** only works if the [loading indicator](#loadingIndicator.enabled) is not disabled. +> **NOTE**: The **pageErrorHandler** only works if the [loading indicator](#loadingindicatorenabled) is not disabled. - **type**: object - **description**: gives you the possibility to handle a situation in which Luigi Client doesn't respond. By default, it will redirect to the home page if nothing else is specified. **timeout** is required. - **default**: the parameter **defaults.pageErrorHandler** is not specified by default, and you can overwrite it using the **pageErrorHandler** value on a single node level. From 8c23dcb4bfab3194a334a6aab1a675b250021c43 Mon Sep 17 00:00:00 2001 From: Aleksandra Simeonova Date: Wed, 6 May 2020 08:59:35 +0200 Subject: [PATCH 3/4] Update docs/navigation-parameters-reference.md Co-authored-by: Markus <1720843+maxmarkus@users.noreply.github.com> --- docs/navigation-parameters-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/navigation-parameters-reference.md b/docs/navigation-parameters-reference.md index 9bde3ec118..7e64baa2a9 100644 --- a/docs/navigation-parameters-reference.md +++ b/docs/navigation-parameters-reference.md @@ -282,7 +282,7 @@ settings: { ### pageErrorHandler -> **NOTE**: The **pageErrorHandler** only works if the [loading indicator](#loadingIndicator.enabled) is not disabled. +> **NOTE**: The **pageErrorHandler** only works if the [loading indicator](#loadingindicatorenabled) is not disabled. - **type**: object - **description**: gives you the possibility to handle a situation in which Luigi Client doesn't respond. By default, it will redirect to the home page if nothing else is specified. **timeout** is required. - **attributes**: From d98aa3512e3d72ed371539c541cdeebf60e21243 Mon Sep 17 00:00:00 2001 From: Aleksandra Simeonova Date: Tue, 12 May 2020 09:43:19 +0200 Subject: [PATCH 4/4] retest travis --- docs/navigation-parameters-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/navigation-parameters-reference.md b/docs/navigation-parameters-reference.md index b2e9df673b..057f27d9b7 100644 --- a/docs/navigation-parameters-reference.md +++ b/docs/navigation-parameters-reference.md @@ -457,4 +457,4 @@ The app switcher is a drop-down list available in the top navigation bar. It all - **attributes**: - **title** defines the application title. This is shown in the **appSwitcher** drop-down as well as the title in the header of the Luigi application if a user is in the context of the app. - **subTitle** defines the application sub-title. This is shown as the sub-title in the header of the Luigi application if a user is in the context of the app. - - **link** is a link within the Luigi application that defines the root of the app. It is used to switch to the application if the drop-down entry is selected. It is also used to determine if a user is within the app's scope, so that the corresponding title and sub-title can be rendered in the header. + - **link** is a link within the Luigi application that defines the root of the app. It is used to switch to the application if the drop-down entry is selected. It is also used to determine if a user is within the app's scope, so that the corresponding title and sub-title can be rendered in the header. \ No newline at end of file