Hotfix[CustomerAddress]: Fixed buttons disabled when there are no changes #1641

Merged
jon merged 8 commits from Hotfix-CustomerAddress into master 2025-04-01 06:08:12 +00:00
Member
https://cau.verdnatura.es/scp/tickets.php?number=304604
jon added 1 commit 2025-03-26 11:04:46 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
3783cdeed4
fix: fixed buttons disabled when there are no changes
alexm approved these changes 2025-03-26 11:07:50 +00:00
Dismissed
jon added 1 commit 2025-03-26 11:32:30 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
ae9cc49add
refactor: manage every nullable option
jon dismissed alexm’s review 2025-03-26 11:32:30 +00:00
Reason:

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

jon added 1 commit 2025-03-26 12:51:10 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
a3b1095952
refactor: clean payload
jon added 1 commit 2025-03-26 13:15:07 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
e353f7916a
perf: clean payload
jon requested review from alexm 2025-03-26 14:06:04 +00:00
jon added 1 commit 2025-03-27 12:37:32 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
dcd5d357ae
Merge branch 'master' into Hotfix-CustomerAddress
alexm requested changes 2025-03-27 13:14:01 +00:00
Dismissed
@ -94,3 +94,4 @@
const updateObservations = async (payload) => {
cleanPayload(payload);
await axios.post('AddressObservations/crud', payload);
Member

Deberia ser:
await axios.post('AddressObservations/crud', cleanPayload(payload));

Deberia ser: `await axios.post('AddressObservations/crud', cleanPayload(payload));`
jon marked this conversation as resolved
jon added 2 commits 2025-03-27 14:03:20 +00:00
jon requested review from alexm 2025-03-27 14:06:33 +00:00
alexm approved these changes 2025-04-01 05:20:54 +00:00
alexm added 1 commit 2025-04-01 05:21:02 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
7c5ce312cc
Merge branch 'master' into Hotfix-CustomerAddress
jon merged commit 9f05984e80 into master 2025-04-01 06:08:12 +00:00
jon deleted branch Hotfix-CustomerAddress 2025-04-01 06:08:12 +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#1641
No description provided.