HOTFIX: #6943 hotFix_AddressObservation_crud #945

Merged
jsegarra merged 2 commits from hotFix_AddressObservation_crud into master 2024-11-15 13:14:27 +00:00
Member
No description provided.
jsegarra added 1 commit 2024-11-15 12:20:51 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
064dbfc432
fix: #6943 Update AddressObservations
jsegarra requested review from alexm 2024-11-15 12:21:04 +00:00
alexm requested changes 2024-11-15 12:39:49 +00:00
Dismissed
@ -44,2 +45,3 @@
if (data.length) {
notes.value = data
originalNotes = data;
notes.value = originalNotes
Member

notes.value y originalNotes tendran la misma refernacia. Por tanto cuando modifiques uno se modifican los dos no=?

notes.value y originalNotes tendran la misma refernacia. Por tanto cuando modifiques uno se modifican los dos no=?
Author
Member

Entiendo que ya que uno es ref y el otro no.
He podido eleminar, modificar, tipo y descripción y todo el rato la propiedad updates me aparecia un registro.
Voy a probar

Entiendo que ya que uno es ref y el otro no. He podido eleminar, modificar, tipo y descripción y todo el rato la propiedad updates me aparecia un registro. Voy a probar
Author
Member

Son diferentes image

Son diferentes ![image](/attachments/1e8635c7-c387-45b0-b44e-b1fc9528b05e)
jsegarra requested review from alexm 2024-11-15 12:55:06 +00:00
jsegarra added 1 commit 2024-11-15 12:55:11 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
2e2a118627
Merge branch 'master' into hotFix_AddressObservation_crud
alexm reviewed 2024-11-15 13:13:05 +00:00
alexm left a comment
Member

Si funciona bien, adelante

Si funciona bien, adelante
alexm approved these changes 2024-11-15 13:13:13 +00:00
jsegarra merged commit b8293d91e8 into master 2024-11-15 13:14:27 +00:00
jsegarra deleted branch hotFix_AddressObservation_crud 2024-11-15 13:14:27 +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#945
No description provided.