Commit Graph

5289 Commits

Author SHA1 Message Date
mateuswetah 3a32c52f99 Changes api call to values instead of value #17. 2020-03-24 11:51:18 -03:00
mateuswetah 7ffedf6f01 Automatically passes empty value to first time a group is created on single valued compound item metadata. #17. 2020-03-24 11:15:29 -03:00
mateuswetah 8c4415436f Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-24 09:22:27 -03:00
mateuswetah 8045189383 More updates to itemMetadatum update logic. #17 2020-03-24 09:22:18 -03:00
vnmedeiros 86a1bff22c Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-24 08:47:07 -03:00
vnmedeiros 85b7568d34 add teste `test_create_compound_metadatum_API` #17 2020-03-24 08:46:53 -03:00
vnmedeiros c08b6b32b7 add test create compound metadatum API fix validate #17 2020-03-24 08:46:28 -03:00
mateuswetah fc02e2bd59 Fixes multiple input style. 2020-03-23 11:16:15 -03:00
mateuswetah 79923cb36a Fixes single valued itemMetadata configuration when no input has parent_meta_id yet. #17. 2020-03-23 10:54:41 -03:00
vnmedeiros 3bc72a6fbd fix broken tests #17 2020-03-20 14:46:10 -03:00
vnmedeiros a44ac4a607 add order and metadatum_id on value of multiple compound #17 2020-03-20 14:10:25 -03:00
mateuswetah eeab34ce08 New group collapse strategy inside childItemMetadatum #17. 2020-03-20 13:38:13 -03:00
mateuswetah aa0451bba9 Adds function to remove item metadata group. #17. 2020-03-20 13:13:20 -03:00
mateuswetah bdface6343 Continues implementation of itemMetada edition form. #17. 2020-03-20 13:02:18 -03:00
mateuswetah 3587e5bd7d Displays compound parent name on child metadata displayed on filters page. #17. 2020-03-19 20:15:15 -03:00
mateuswetah bbf0dc9c24 Hides compound from available metadata list on filters page and better dragndrop placeholder. #17 2020-03-19 19:10:51 -03:00
mateuswetah 72950209b6 Proper store-side deletion of metadata and position absolute for dragndrop child palceholder. #17. 2020-03-19 18:21:58 -03:00
mateuswetah 42ec39ef60 Add multivalue-separator to html output #17. 2020-03-19 17:07:16 -03:00
mateuswetah 7f72c716f6 Merge branch 'develop' into feature/compount-metadata-type-refactor 2020-03-19 16:38:59 -03:00
mateuswetah 51d605b1b3 Fixes 404 error when loading attachments if the document is a text or URL. 2020-03-19 16:37:08 -03:00
mateuswetah 62e176f4ad Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-19 16:25:28 -03:00
mateuswetah 27b7e7c867 Removes enabled-related from the child metadata list. #17. 2020-03-19 16:25:10 -03:00
vnmedeiros b0e5c8aea7 add `current_user_can_edit` and `current_user_can_delete` on children_objects #17 2020-03-19 16:20:24 -03:00
mateuswetah 877198a1c6 Metadata sorting works. Finally. #17. 2020-03-19 14:49:03 -03:00
mateuswetah 7eda8bce8d Updates deleteMetadatum mutation to check for children_objects. 2020-03-19 12:31:24 -03:00
mateuswetah 8b2ae1eefb Do not update parent object locally when updting children order. #17 2020-03-19 12:25:20 -03:00
mateuswetah e5121e2da7 Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-19 12:12:50 -03:00
mateuswetah 6b784b7bf5 Store management of children_objects on metadatum update. #17 2020-03-19 12:12:45 -03:00
vnmedeiros 2fd7756b76 remove the key `children_objects` on not ordinate objects #17 2020-03-19 12:11:41 -03:00
mateuswetah 67e2f8e4ac Continues refactor of Compound itemMetadata component. #17. 2020-03-19 10:49:00 -03:00
mateuswetah 6207f2b276 Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-18 18:03:32 -03:00
mateuswetah e526b827e5 Begins new strategy for displaying child item metadata. #17. 2020-03-18 18:02:44 -03:00
vnmedeiros 5e49ba622c Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-18 14:56:46 -03:00
vnmedeiros 0333af56f7 add order in `children_objects` of metadata #17 2020-03-18 14:56:28 -03:00
mateuswetah 85d7f5b899 Updates child metadata reordering logic. #17. 2020-03-18 13:35:01 -03:00
vnmedeiros 3bc2b2ec96 add children_order in options #17 2020-03-18 11:55:36 -03:00
mateuswetah 2e0dc2b40c Solves child metadatum form not updating 'saved' label. #17. 2020-03-17 16:50:10 -03:00
mateuswetah f7bc57458e Renames remaining references of item metadatum store variables for itemMetadata. #17. 2020-03-17 11:53:16 -03:00
mateuswetah 0dedce8f2f Simplified and hopefully more clear 'performValueChange' function for tainacan-form-item #17. 2020-03-16 23:07:38 -03:00
mateuswetah 05912f59b5 Readability improvements to tainacan-form-item: 'inputs' variable is now 'values' and metadataTypeMessage computed no longer exists. #17. 2020-03-16 21:52:28 -03:00
mateuswetah e9812ea0cb Renames most of metadatum objects as itemMetadatum when it comes from item itemMetadata endpoint. #17. 2020-03-16 20:11:11 -03:00
mateuswetah 3a290bd970 Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-16 18:27:01 -03:00
mateuswetah f0eda32831 Updates inner object of metadatumItem on vuex store after parent_meta_id is created. #17 2020-03-16 18:26:54 -03:00
vnmedeiros e48861fd3e cast the parent_meta_id type of string to int # 17 2020-03-16 16:21:14 -03:00
mateuswetah 13379b8b1e Merge branch 'develop' into feature/compount-metadata-type-refactor 2020-03-16 11:11:43 -03:00
mateuswetah 3779fe8f19 Fixes hover color for item edition form buttons. 2020-03-16 11:11:04 -03:00
mateuswetah e31b94f995 Renders multiple inputs on item edition form for Compound #17. 2020-03-16 10:59:34 -03:00
mateuswetah eb6f0c89f0 Merge branch 'feature/compount-metadata-type-refactor' of https://github.com/tainacan/tainacan into feature/compount-metadata-type-refactor 2020-03-16 09:12:39 -03:00
vnmedeiros 41dea9f2e6 fix tests compound metadatum order #17 2020-03-14 00:50:35 -03:00
vnmedeiros dbed32b98d fix test instanceof Item_Metadata_Entity #17 2020-03-14 00:24:08 -03:00