Commit Graph

379 Commits

Author SHA1 Message Date
Denys Vuika
cda0d78a7b fix component tests 2016-12-08 16:45:56 +00:00
Denys Vuika
492f03f905 fix: ng2-activiti-form 2016-12-08 16:29:20 +00:00
Denys Vuika
29f426f643 code fixes
- interpolate ng2 components html content
- fix: load images for Login
- fix: load images for User Info
- fix: load images for Document List
- fix: decorator inheritance issue for Form
- fix: load images for Search
2016-12-07 14:55:09 +00:00
Denys Vuika
10423ca985 remove module.id 2016-12-06 17:01:31 +00:00
Eugenio Romano
a95c98326a #649 Move the ecm-model service methods of the form component inside the js api 2016-12-01 19:21:06 +00:00
Denys Vuika
2f1cd2cc84 #986 fix horizontal scrollbar issue for Safari (#1188)
adding top margin helps solving issue with horizontal scrollbar issue
for Safari when mouse is attached or system scrollbars visibility set
to ‘always’ (macOS)
2016-12-01 12:13:30 +00:00
Denys Vuika
da70a72bba Login dialog shows error for Safari with Private Window mode (#1172)
* #958 new StorageService service

abstraction around ‘Storage’ to allow switching to in-memory store
whenever ‘localStorage’ is not available (i.e. private/incognito modes,
etc.)

* fix unit tests

* update unit tests

- disable incorrect auth tests (core)
- simplify widget visibility tests (activiti-form)

* fix unit tests
2016-11-30 11:32:16 +00:00
Eugenio Romano
d87a768d20 Remove deprecated use of getAlfrescoApi() #1094
remove getAlfrescoApi from auth #1094
2016-11-28 14:04:58 +00:00
Vito Albano
5d1e638df1 #1115 - fixed error on test 2016-11-25 19:09:08 +00:00
Vito Albano
5625d94678 #1115 - Fix Visibility for readonly start form 2016-11-25 19:09:08 +00:00
Will Abson
b7f6d7f466 Fix validation of number field values
Refs #1149
2016-11-25 19:09:08 +00:00
Vito Albano
c418c2e1d5 Fixed changes asked on PR - fixed unstable form 2016-11-25 19:09:08 +00:00
Vito Albano
9c3fa30a0b Added changes due PR 2016-11-25 19:09:08 +00:00
Vito Albano
1f491f0c15 removed trailing whitespace 2016-11-25 19:09:07 +00:00
Vito Albano
060c79dabb Removed wrongly added comments 2016-11-25 19:09:07 +00:00
Vito Albano
424511d1f6 #1113 - Fix for show values on completed form 2016-11-25 19:09:07 +00:00
mauriziovitale84
224d6ef476 #1085 disabled dynamic table fields 2016-11-25 19:09:07 +00:00
Denys Vuika
dc1a6ae4e6 fix tests 2016-11-25 19:09:07 +00:00
Denys Vuika
22071a7ff9 code fixes 2016-11-25 19:09:07 +00:00
Denys Vuika
29843efeb0 #875 initial support for ng2-based stencils 2016-11-25 19:09:07 +00:00
mauriziovitale84
acb06e92c4 #1076 Fix the translation in all the components 2016-11-25 19:09:06 +00:00
Denys Vuika
b7c0553317 #885 amount validation 2016-11-25 19:09:06 +00:00
Denys Vuika
deb2915262 #755 fix currency label 2016-11-25 19:09:05 +00:00
Denys Vuika
a3bfd532db #755 date picker fixes
fix and issue with opening a date picker after typing incorrect date
2016-11-25 19:09:05 +00:00
Denys Vuika
7ea09bbde0 #755 placeholders support 2016-11-25 19:09:05 +00:00
Vito Albano
5ce59c9954 #1080 - added test for dropdown editor of dynamic table 2016-11-25 19:07:33 +00:00
Will Abson
1c2b2fa40a Display selected file name when re-selected after clear
Refs #812
2016-11-25 19:07:33 +00:00
Vito Albano
f64ef77d41 Add test for dropdown widget 2016-11-25 19:07:33 +00:00
Denys Vuika
dd13cb3707 Unit tests for rendering service 2016-11-25 19:07:33 +00:00
Denys Vuika
1032f74100 Unit tests and code cleanup 2016-11-25 19:07:33 +00:00
Denys Vuika
effedab739 #967 code cleanup 2016-11-25 19:07:32 +00:00
Denys Vuika
ee56a1faa6 #967 rework container model structure
- now FormFieldModel provides information about columns and child fields
- greatly simplified models
- visibility engine fixes
2016-11-25 19:07:32 +00:00
Vito Albano
e114534bc5 #1091 - fix typeahead widget 2016-11-25 19:07:31 +00:00
mauriziovitale84
29c5b61c00 #1082 readonly checkbox value 2016-11-25 19:07:31 +00:00
Denys Vuika
f81f78d311 #967 container widgets reworked
- moved internals of container widget to corresponding folder
- moved internals of dynamic table to corresponding folder
2016-11-25 19:07:31 +00:00
Denys Vuika
084d962230 #967 dynamic container resolution 2016-11-25 19:07:31 +00:00
Denys Vuika
3092cfddaa #976 dynamically resolve form primitives 2016-11-25 19:07:31 +00:00
Vito Albano
c8e5c07d76 Improved test coverage for dropdown 2016-11-25 19:07:30 +00:00
Vito Albano
87d4cfcc41 Added changes to select the default value 2016-11-25 19:07:30 +00:00
Vito Albano
a915c0ad6a Improved form search for visibility service 2016-11-25 19:07:30 +00:00
Vito Albano
9d30db9017 added changes to reflect the default option for dropdown 2016-11-25 19:07:30 +00:00
Denys Vuika
4c95ed1f71 #967 initial support for dynamic components (wip)
- form rendering service to control field-component type mappings
- special <form-field> component with dynamic content creation based on
mapped types
- migrated <text> component to dynamic creation
2016-11-25 19:07:29 +00:00
Vito Albano
55d73b8006 Start fix for default option on dropdown 2016-11-25 19:07:29 +00:00
Mario Romano
d32452f9cc #1058 fix build 2016-11-11 18:31:10 +00:00
Mario Romano
e995a9ccdc Merge pull request #1086 from Alfresco/dev-mromano-1058
Dev mromano 1058
2016-11-11 18:27:23 +00:00
Mario Romano
ee1c717092 #1058 fix typehead 2016-11-11 18:26:02 +00:00
Mario Romano
8c7674f5ce Merge pull request #1081 from Alfresco/dev-denys-1078
fix dynamic table rendering on tabs
2016-11-11 17:42:59 +00:00
Mario Romano
c60014ef0b #1058 fix start process 2016-11-11 17:40:23 +00:00
Vito Albano
da94aebbc4 #1058 - start form process detail 2016-11-11 17:13:40 +00:00
Denys Vuika
ad46eed87d #1078 fix dynamic table rendering on tabs 2016-11-11 16:06:02 +00:00