mateuswetah
|
2f324f28b5
|
Small fix for full screen view mode play button.
|
2020-03-25 18:39:53 -03:00 |
mateuswetah
|
5e3ee32e81
|
Removes SEVERAL imports for variables file as css vars do not require importing inside vue componts as sass vars did. Adds '--tainacan-one-column' and '--tainacan-container-padding' css variables #338.
|
2020-03-25 18:25:10 -03:00 |
vnmedeiros
|
509865d65f
|
Merge tag '0.15.2' into develop
fix CONCAT when field is null.
|
2020-03-25 17:37:02 -03:00 |
vnmedeiros
|
64ca783dcf
|
Merge branch 'hotfix/0.15.2'
|
2020-03-25 17:35:02 -03:00 |
vnmedeiros
|
5c21db1efa
|
add version 0.15.2 in readme.txt
|
2020-03-25 17:16:12 -03:00 |
vnmedeiros
|
6de4a3bf17
|
version 0.15.2
|
2020-03-25 17:13:24 -03:00 |
vnmedeiros
|
ecd8aad437
|
[search engine] fix CONCAT when field is null.
|
2020-03-25 16:46:06 -03:00 |
mateuswetah
|
30c75dfb81
|
Moves metadata-list and filters-list inside of metadata-page and filters-page since beforeRouteLeaves hook only work in direct children of router-view. #374.
|
2020-03-25 16:25:48 -03:00 |
mateuswetah
|
d37416c574
|
Merge branch 'develop' into feature/compount-metadata-type-refactor
|
2020-03-25 15:03:46 -03:00 |
mateuswetah
|
67b263a86c
|
Removes console log from previous commit. #375.
|
2020-03-25 10:50:30 -03:00 |
mateuswetah
|
2be88b8fa4
|
Solves issue where page was reset to one after leaving items list. This was caused by the event bus, now the responsability of reseting the page when a filter is clicked is handled by each filter component. #375.
|
2020-03-25 10:48:46 -03:00 |
vnmedeiros
|
15d9025c20
|
Merge branch 'develop' into feature/compount-metadata-type-refactor
|
2020-03-24 15:28:17 -03:00 |
vnmedeiros
|
77946d1def
|
add validation for item-metadata multiple and unique
|
2020-03-24 15:27:11 -03:00 |
mateuswetah
|
378c07e537
|
Do not lists compound metadata as an option for relationship metadata search settings. #17
|
2020-03-24 15:09:28 -03:00 |
mateuswetah
|
cf68df2c94
|
Fixes multiple collapses on compound children #17.
|
2020-03-24 13:47:34 -03:00 |
mateuswetah
|
6ebc52ff18
|
More adjustments to multiple inputs itemMetadata #17.
|
2020-03-24 12:17:05 -03:00 |
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 |
vnmedeiros
|
11adaad33e
|
add validate unique on metadata multiple
|
2020-03-24 11:07:28 -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 |