Hotfix: ZoneLocationsTree #995

Merged
jon merged 6 commits from Fix-ZoneLocationsTree2 into master 2024-11-25 11:56:31 +00:00
Member

Show data when entering the section.
Fixed search button when excluding an event

Show data when entering the section. Fixed search button when excluding an event
jon added 1 commit 2024-11-25 08:23:42 +00:00
gitea/salix-front/pipeline/pr-master There was a failure building this commit Details
a1aa9337c8
fix: show data and fixed search button when excluding a location
jon added 1 commit 2024-11-25 08:25:06 +00:00
alexm requested changes 2024-11-25 08:29:20 +00:00
Dismissed
@ -54,3 +59,2 @@
</span>
<h1 class="title">{{ title }}</h1>
<p>{{ subtitle }}</p>
<h1 class="title">{{ $props.title }}</h1>
Member

Dentro del codigo de vue no hace falta poner $props

Dentro del codigo de vue no hace falta poner $props
@ -64,6 +64,13 @@ const exclusionGeoCreate = async () => {
};
await axios.post('Zones/exclusionGeo', params);
await refetchEvents();
const params = {
Member

Has duplicado el codigo

Has duplicado el codigo
@ -86,6 +92,9 @@ const deleteEvent = async () => {
if (!props.event) return;
await axios.delete(`Zones/${route.params.id}/exclusions`);
await refetchEvents();
if (!props.event) return;
Member

Has duplicado el codigo

Has duplicado el codigo
@ -121,1 +131,3 @@
<VnInputDate :label="t('eventsInclusionForm.day')" v-model="dated" />
<VnInputDate
:label="t('eventsInclusionForm.day')"
v-model="dated"
Member

No puede haber v-model y model-value a la vez.
Tampoco se puede usar un prop para un model.
Revisa en master pq arreglo un bug ocasinoado por esto

No puede haber v-model y model-value a la vez. Tampoco se puede usar un prop para un model. Revisa en master pq arreglo un bug ocasinoado por esto
jon added 1 commit 2024-11-25 10:12:20 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
c558636799
refactor: requested changes
jon added 1 commit 2024-11-25 11:19:27 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
d191d88e81
refactor: modified button to prevent submit
jon added 1 commit 2024-11-25 11:20:18 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
f3429297cf
Merge branch 'master' into Fix-ZoneLocationsTree2
alexm approved these changes 2024-11-25 11:25:51 +00:00
Dismissed
alexm added 1 commit 2024-11-25 11:54:22 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
8e7cb9c46e
fix: zoneLocationsTree check selected sons
alexm dismissed alexm’s review 2024-11-25 11:54:22 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

alexm approved these changes 2024-11-25 11:55:02 +00:00
jon merged commit 843c54fcc1 into master 2024-11-25 11:56:31 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#995
No description provided.