Commit Graph

379 Commits

Author SHA1 Message Date
Mario Romano
4ef4782a6e #1058 fix start process dialog 2016-11-11 15:47:53 +00:00
Vito Albano
572d9b37e5 added get values for process definition id 2016-11-11 10:58:00 +00:00
Vito Albano
38b61a4f64 Added fix for #1044 2016-11-11 10:58:00 +00:00
Mario Romano
d2be522896 1041 add widget to start form 2016-11-10 22:52:44 +00:00
Eugenio Romano
31f696b631 Merge pull request #1023 from Alfresco/dev-denys-748
fix attach widget rendering (complete form)
2016-11-08 14:18:39 +00:00
Eugenio Romano
7236bf1da9 Merge pull request #1012 from Alfresco/dev-wabson-730
Display start forms in Start Process dialog
2016-11-08 14:17:53 +00:00
Denys Vuika
3ae959b894 #748 fix attach widget rendering (complete form) 2016-11-08 13:24:26 +00:00
Will Abson
97fb6cb77c Fix start process test
- Failing due to bug in underlying alfesco-js-api@0.3.7
- Remove dependency on underlying lin to fix

Refs #730
2016-11-04 15:46:20 +00:00
Eugenio Romano
6821ada74c Merge pull request #1004 from Alfresco/dev-denys-944
fix date formatting for completed forms
2016-11-04 14:33:04 +00:00
Eugenio Romano
7c1b693cc3 Merge pull request #1003 from Alfresco/dev-denys-947
fix dropdown label accessibility
2016-11-04 14:32:20 +00:00
Denys Vuika
d53797cf86 Fix unit test 2016-11-04 13:21:55 +00:00
Denys Vuika
2b85c5802f #944 fix date formatting for completed forms 2016-11-04 13:19:23 +00:00
Denys Vuika
5bc93952ed #947 fix dropdown label accessibility 2016-11-04 12:14:00 +00:00
Denys Vuika
fee0ff32a8 #748 attach widget improvements
- material remove button (same look cross browser)
- word wrapping for long file names
2016-11-04 12:00:32 +00:00
Will Abson
fef11f2a59 Process start form validates submit state of start process form
Refs #730
2016-11-03 22:51:55 +00:00
Denys Vuika
ce151f23e0 #985 'required' validation for dynamic table 2016-11-03 12:20:47 +00:00
Denys Vuika
52b0ae65e8 #964 improve amount editor rendering
- fixed: showing currently symbol for the rows (non-complete forms)
- new: currency symbol for the editor label (row editor)
2016-11-02 14:32:31 +00:00
Denys Vuika
736d57cc2e #971 validate and edit only editable date columns 2016-11-02 14:04:30 +00:00
Denys Vuika
13eb62df0c #969 editable input for date column editor
- editable input for date column editor
- display required validation state for date editor (input field)
- date validation for manually inputed value
- min/max date ranges changed to (-100 years from now to +100 years
from now) for date widget and date column editor

refs #969
refs #959
2016-11-02 13:46:29 +00:00
Denys Vuika
bc3028d789 #955 Horizontal scrollbar for dynamic table 2016-11-02 11:48:23 +00:00
Denys Vuika
8c1f2cc957 #960 fix event handling for FF
- use cross browser `event.target` instead of IE-specific
`event.srcElement`
2016-11-01 15:25:04 +00:00
Denys Vuika
da2208090b #964 support currency symbols for amount column 2016-11-01 11:53:43 +00:00
Will Abson
a4cde396dd New start-form component to display process start forms
Refs #730
2016-10-31 16:47:09 +00:00
Denys Vuika
e93ee70936 #930 upload widget fixes
- fix: detecting changed files for upload widget (Safari, FF, IE)

refs #930
refs #802
2016-10-31 16:16:14 +00:00
Denys Vuika
9a7e6dfadf #929 Fix multiline text rendering on complete form
fixes #929
2016-10-31 10:51:47 +00:00
Denys Vuika
be84bbb636 Fix container/group rendering (visibility conditions) 2016-10-27 12:10:30 +01:00
Denys Vuika
3688f3fc14 Fix 'group' widget rendering 2016-10-27 11:35:07 +01:00
Denys Vuika
ccb71ccd09 #926 Fix checkbox rendering 2016-10-27 10:40:23 +01:00
Denys Vuika
acdd79c96a Fix multiline widget for completed form (display value)
refs #929
2016-10-27 10:40:23 +01:00
Vito Albano
a9cfe88566 Rebase against development 2016-10-27 10:40:23 +01:00
Denys Vuika
9c916f3797 Readonly mode for completed forms (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
0ad2c10930 Unit tests 2016-10-27 10:40:23 +01:00
Denys Vuika
fe7b05df4f Basic input validation (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
3c0ad93477 Fix code style 2016-10-27 10:40:23 +01:00
Denys Vuika
3b898959ee Support for rest dropdown fields (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
36dd42b62d Add new record (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
51102980df Basic editing for dynamic table rows
Editors:
- text (also covers number and amount for now)
- boolean
- dropdown (manual)
- date
2016-10-27 10:40:23 +01:00
Denys Vuika
4f566a7ba2 Move and delete rows (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
8542999f0e Selection state for dynamic table rows
- visual indication of the selected row
- toggling selection of the row
2016-10-27 10:40:23 +01:00
Denys Vuika
7a08a9d29d Basic dynamic table rendering
- render visible columns
- code improvements
2016-10-27 10:40:23 +01:00
Denys Vuika
cf9053ab46 Dynamic-table widget placeholder
- project structure for dynamic-table widget
- support for multiple root element types (container, dynamic table,
etc)
- code improvements and updates
2016-10-27 10:40:23 +01:00
Denys Vuika
3fb0da0e0b Code improvements
Move shared properties down to FormWidgetModel level, reduce repetitive
parsing code.
2016-10-27 10:37:14 +01:00
Maurizio Vitale
8773c8076c Merge pull request #920 from Alfresco/dev-valbano-896
Fix Visibility check for equal dates
2016-10-26 22:34:30 +01:00
Vito Albano
54f6d37e01 Fixed test to detect fail correctly 2016-10-26 14:22:00 +01:00
Vito Albano
c0f57f2b55 Fixed test for peer review 2016-10-26 10:42:58 +01:00
Vito Albano
13a56bb9fe Added right value support for dates 2016-10-25 18:05:27 +01:00
Vito Albano
7f4415428d Added visibility specified for element 2016-10-25 18:05:10 +01:00
Vito Albano
e0ddbb6bd8 Added test for date component fix 2016-10-25 14:38:16 +01:00
Vito Albano
b762d8e94f Start adding tests for new date visibility check 2016-10-25 10:44:03 +01:00
Vito Albano
ae48e09471 Add some improvements to visibility service 2016-10-25 10:43:34 +01:00