refactor: refs #8372 update FormModelPopup to use props for save and continue logic #1477
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1477
Loading…
Reference in New Issue
No description provided.
Delete Branch "8372-warmfix-saveAndContinue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New commits pushed, approval review dismissed automatically according to repository settings
@ -961,14 +961,6 @@ function cardClick(_, row) {
transition-show="scale"
transition-hide="scale"
:full-width="createComplement?.isFullWidth ?? false"
@before-hide="
Ya no hace falta.
@ -31,0 +31,4 @@
const isLoading = computed(() => formModelRef.value?.isLoading);
const reset = computed(() => formModelRef.value?.reset);
const onDataSaved = async (formData, requestResponse) => {
Revisado con Pablo para que haga lo que hacía antes