4159-tableQ_filter #1069

Merged
alexm merged 21 commits from 4159-tableQ_filter into dev 2022-11-03 07:52:25 +00:00
Member
No description provided.
alexm added 5 commits 2022-09-29 12:36:28 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
8082e3071a
try
gitea/salix/pipeline/head There was a failure building this commit Details
4df99a82e1
feat(tableOrder): save order in url
gitea/salix/pipeline/head There was a failure building this commit Details
84003ab09c
fix(searchbar): smart-table.tableQ integration
gitea/salix/pipeline/head There was a failure building this commit Details
94c143bc4c
test(searchbar_smart-table): fix for integration
alexm added 1 commit 2022-09-29 13:09:16 +00:00
Author
Member
Si esta correcta eliminar rama https://gitea.verdnatura.es/verdnatura/salix/src/branch/2623-urlFilters_orders
alexm changed title from WIP: 4159-tableQ_filter to 4159-tableQ_filter 2022-09-29 13:11:37 +00:00
alexm added the
CR / Tests passed
label 2022-09-29 13:11:46 +00:00
alexm added 1 commit 2022-10-04 05:17:26 +00:00
joan added 1 commit 2022-10-05 14:36:08 +00:00
gitea/salix/pipeline/head This commit looks good Details
ccc2375a5e
Merge branch 'dev' into 4159-tableQ_filter
alexm added 1 commit 2022-10-06 11:58:54 +00:00
gitea/salix/pipeline/head This commit looks good Details
8139216291
Merge branch 'dev' into 4159-tableQ_filter
joan requested changes 2022-10-13 12:42:43 +00:00
@ -284,2 +303,4 @@
}
this.tableQ = null;
if (this.$params.q && Object.keys(JSON.parse(this.$params.q)).length) {
Contributor

Extraer esta parte a una variable que de contexto:

Object.keys(JSON.parse(this.$params.q)).length

Extraer esta parte a una variable que de contexto: `Object.keys(JSON.parse(this.$params.q)).length`
alexm marked this conversation as resolved
alexm added 3 commits 2022-10-14 05:40:25 +00:00
alexm requested review from joan 2022-10-14 05:42:10 +00:00
alexm added 1 commit 2022-10-14 11:28:58 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
84d17f4d55
Merge branch 'dev' into 4159-tableQ_filter
Contributor

Mostrar funcionamiento

Mostrar funcionamiento
alexm added 28 commits 2022-10-25 09:56:59 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
d30065f90a
Add vn-input-account tag and logic
gitea/salix/pipeline/head There was a failure building this commit Details
c2813e3633
Removed console logs and other debugging elements
gitea/salix/pipeline/head There was a failure building this commit Details
dff378632b
Changed the logic
gitea/salix/pipeline/head There was a failure building this commit Details
7ac7189a8a
added maxlength binding, finished logic on insert
gitea/salix/pipeline/head There was a failure building this commit Details
796988bb18
Removed e.stopPropagation
gitea/salix/pipeline/head There was a failure building this commit Details
5ca39c9dd3
Modified TextField to have a insertable option
gitea/salix/pipeline/head This commit looks good Details
9c7ec6fdc9
Implemented Insertable in the textfield class
gitea/salix/pipeline/head This commit looks good Details
452745b04a
Added webp to the list of allowed images
gitea/salix/pipeline/head There was a failure building this commit Details
e81c39d8dc
Send delivery note to refund tickets
gitea/salix/pipeline/head This commit looks good Details
d91814473e
Merge branch 'dev' into 4124-webp-images
gitea/salix/pipeline/head This commit looks good Details
42583a4a16
Merge pull request 'Added webp to the list of allowed images' (!1080) from 4124-webp-images into dev
Reviewed-on: #1080
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
cfdcf91be2
Merge branch 'dev' into 3505-closure_refund
gitea/salix/pipeline/head This commit looks good Details
c212dfed88
removed package-lock
gitea/salix/pipeline/head This commit looks good Details
cf50c4690a
Merge branch 'dev' into 4153-supplier.fiscal-data
gitea/salix/pipeline/head This commit looks good Details
e6481af3a9
delete: transaction
gitea/salix/pipeline/head There was a failure building this commit Details
b36acee458
Merge pull request '4153-supplier.fiscal-data' (!1068) from 4153-supplier.fiscal-data into dev
Reviewed-on: #1068
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
dcd858c7d5
feat(print): 4690 - Puppeteer cluster
gitea/salix/pipeline/head There was a failure building this commit Details
192e61a70d
hotFix(route_index): fix driverRoutePdf
gitea/salix/pipeline/head There was a failure building this commit Details
7d502c6f57
Merge pull request 'Send delivery note to refund tickets' (!1086) from 3505-closure_refund into dev
Reviewed-on: #1086
gitea/salix/pipeline/head This commit looks good Details
3564cbe246
Merge pull request 'MASTER_4689-hotFix(route_index): fix driverRoutePdf' (!1095) from hotFix_driverRoutePdf2 into master
Reviewed-on: #1095
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
c23d58da69
fix if not ticket
gitea/salix/pipeline/head There was a failure building this commit Details
cf0b750304
Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head Build queued... Details
ceeab73cf2
Merge pull request '4091-dms_clean_fix2' (!1091) from 4091-dms_clean_fix2 into dev
Reviewed-on: #1091
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
04be661b68
Merge pull request 'feat(print): 4690 - Puppeteer cluster' (!1094) from 4690-puppeteer_cluster into dev
Reviewed-on: #1094
gitea/salix/pipeline/head This commit looks good Details
e80754f280
Added new SQL version
gitea/salix/pipeline/head There was a failure building this commit Details
4520443734
fix: Intl polyfill for spanish locale
alexm changed title from 4159-tableQ_filter to WIP: 4159-tableQ_filter 2022-10-28 07:34:29 +00:00
alexm added 2 commits 2022-11-02 08:40:22 +00:00
alexm changed title from WIP: 4159-tableQ_filter to 4159-tableQ_filter 2022-11-02 08:41:29 +00:00
joan approved these changes 2022-11-02 11:51:21 +00:00
alexm added 1 commit 2022-11-02 12:25:44 +00:00
gitea/salix/pipeline/head This commit looks good Details
acf76aeeef
Merge branch 'dev' into 4159-tableQ_filter
alexm added 1 commit 2022-11-03 07:24:12 +00:00
gitea/salix/pipeline/head This commit looks good Details
ec9139f985
Merge branch 'dev' into 4159-tableQ_filter
alexm added 1 commit 2022-11-03 07:39:56 +00:00
gitea/salix/pipeline/head This commit looks good Details
d100ab4112
Merge branch 'dev' into 4159-tableQ_filter
alexm added 1 commit 2022-11-03 07:43:20 +00:00
gitea/salix/pipeline/head This commit looks good Details
12df808844
Merge branch 'dev' into 4159-tableQ_filter
alexm added 1 commit 2022-11-03 07:49:26 +00:00
gitea/salix/pipeline/head This commit looks good Details
e370f20cec
Merge branch 'dev' into 4159-tableQ_filter
alexm merged commit aa467dd565 into dev 2022-11-03 07:52:25 +00:00
alexm deleted branch 4159-tableQ_filter 2022-11-03 07:52:25 +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#1069
No description provided.