From e48cd9a3f72130344e412b8f58cde204aaeeff7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 25 Nov 2024 10:02:05 +0100 Subject: [PATCH 1/2] MOBILE-4708 quiz: Fix sync warning with empty text --- src/addons/mod/quiz/components/index/addon-mod-quiz-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html index 4f98bd36d..fc556d75e 100644 --- a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html +++ b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html @@ -17,7 +17,7 @@ + [courseId]="courseId" [hasDataToSync]="!!buttonText && hasOffline" (completionChanged)="onCompletionChange()" /> From 48ddd21e0055cbfb6c7eedd06397e81151338453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 25 Nov 2024 10:36:43 +0100 Subject: [PATCH 2/2] MOBILE-4708 chore: Fix some strict boolean inputs --- .../messageoutput/airnotifier/pages/devices/devices.html | 2 +- .../submission/addon-mod-assign-submission.html | 2 +- .../fields/date/component/addon-mod-data-field-date.html | 2 +- .../survey/components/index/addon-mod-survey-index.html | 8 ++++---- src/core/components/iframe/core-iframe.html | 2 +- .../h5p/components/h5p-iframe/core-h5p-iframe.html | 2 +- src/core/features/viewer/pages/iframe/iframe.html | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/addons/messageoutput/airnotifier/pages/devices/devices.html b/src/addons/messageoutput/airnotifier/pages/devices/devices.html index ea9e75d30..4c139ed64 100644 --- a/src/addons/messageoutput/airnotifier/pages/devices/devices.html +++ b/src/addons/messageoutput/airnotifier/pages/devices/devices.html @@ -34,7 +34,7 @@

- diff --git a/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html b/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html index c33f6ab4b..f2e9b2414 100644 --- a/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html +++ b/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html @@ -311,7 +311,7 @@

{{ outcome.name }}

diff --git a/src/addons/mod/data/fields/date/component/addon-mod-data-field-date.html b/src/addons/mod/data/fields/date/component/addon-mod-data-field-date.html index 6ba094c34..211336f07 100644 --- a/src/addons/mod/data/fields/date/component/addon-mod-data-field-date.html +++ b/src/addons/mod/data/fields/date/component/addon-mod-data-field-date.html @@ -5,7 +5,7 @@ diff --git a/src/addons/mod/survey/components/index/addon-mod-survey-index.html b/src/addons/mod/survey/components/index/addon-mod-survey-index.html index 89f179c69..661324b93 100644 --- a/src/addons/mod/survey/components/index/addon-mod-survey-index.html +++ b/src/addons/mod/survey/components/index/addon-mod-survey-index.html @@ -55,7 +55,7 @@ - + @@ -71,7 +71,7 @@ - @@ -94,7 +94,7 @@ - @@ -109,7 +109,7 @@ + [required]="!!question.required">

{{question.num}}. {{ question.text }}

diff --git a/src/core/components/iframe/core-iframe.html b/src/core/components/iframe/core-iframe.html index 09a3734d9..87e1ad40a 100644 --- a/src/core/components/iframe/core-iframe.html +++ b/src/core/components/iframe/core-iframe.html @@ -1,5 +1,5 @@ - + diff --git a/src/core/features/h5p/components/h5p-iframe/core-h5p-iframe.html b/src/core/features/h5p/components/h5p-iframe/core-h5p-iframe.html index 7b7876d87..64e29d48f 100644 --- a/src/core/features/h5p/components/h5p-iframe/core-h5p-iframe.html +++ b/src/core/features/h5p/components/h5p-iframe/core-h5p-iframe.html @@ -1,4 +1,4 @@ - + diff --git a/src/core/features/viewer/pages/iframe/iframe.html b/src/core/features/viewer/pages/iframe/iframe.html index f102eba35..c95932560 100644 --- a/src/core/features/viewer/pages/iframe/iframe.html +++ b/src/core/features/viewer/pages/iframe/iframe.html @@ -9,7 +9,7 @@ - +