diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue index 48c0506bb..d4a7d13b8 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue @@ -148,9 +148,7 @@ -
{{ t.text }}
-{{ $t('fix_these_errors') }}
@@ -460,8 +447,8 @@ export default { this.$store.dispatch('submit'); }, beforeGenerateTemplate() { - console.log('before generate'); - return Promise.resolve(); + console.log('before generate'); + return Promise.resolve(); } } }; @@ -477,15 +464,15 @@ div#workEditor { grid-template-columns: 50%; column-gap: 0rem; grid-template-areas: - "title title" - "startDate endDate" - "comment comment" - "objectives objectives" - "evaluations evaluations" - "persons persons" - "handling handling" - "tparties tparties" - "errors errors"; + "title title" + "startDate endDate" + "comment comment" + "objectives objectives" + "evaluations evaluations" + "persons persons" + "handling handling" + "tparties tparties" + "errors errors"; #title { grid-area: title; } diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue index 47565a427..43a55b764 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue +++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/Entity/ThirdPartyRenderBox.vue @@ -97,6 +97,7 @@