mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-08 14:29:42 +00:00
eslint corrections in personbundle
This commit is contained in:
@@ -8,6 +8,7 @@ import ToastPlugin from "vue-toast-notification";
|
||||
|
||||
const i18n = _createI18n(personMessages);
|
||||
|
||||
/* exported app */
|
||||
const app = createApp({
|
||||
template: `<app></app>`,
|
||||
})
|
||||
|
@@ -4,7 +4,6 @@ import { fetchResults, makeFetch } from 'ChillMainAssets/lib/api/apiMethods.ts';
|
||||
import { fetchTemplates } from 'ChillDocGeneratorAssets/api/pickTemplate.js';
|
||||
|
||||
const debug = process.env.NODE_ENV !== 'production';
|
||||
const evalFQDN = encodeURIComponent("Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWorkEvaluation");
|
||||
|
||||
const store = createStore({
|
||||
strict: debug,
|
||||
@@ -502,8 +501,7 @@ const store = createStore({
|
||||
let
|
||||
payload = getters.buildPayload,
|
||||
params = new URLSearchParams({'entity_version': state.version}),
|
||||
url = `/api/1.0/person/accompanying-course/work/${state.work.id}.json?${params}`,
|
||||
errors = []
|
||||
url = `/api/1.0/person/accompanying-course/work/${state.work.id}.json?${params}`
|
||||
;
|
||||
|
||||
commit('setIsPosting', true);
|
||||
|
Reference in New Issue
Block a user