Commit Graph

89 Commits

Author SHA1 Message Date
aa5a952aa4 2021-02-10 15:53:45 +00:00
d864ef4bc9 2021-01-15 23:44:35 +00:00
6191ed015d 2021-01-13 18:47:33 +00:00
723a761103 2021-01-13 18:43:53 +00:00
03f1383206 2021-01-13 18:07:05 +00:00
68a786b9fe 2021-01-13 17:55:16 +00:00
b3d2accf1c 2021-01-07 19:13:13 +00:00
e49889d134 2020-12-15 19:17:28 +00:00
d4db19a3ff 2020-12-14 22:21:54 +00:00
9f0ef1a8f5 User lists now working properly with datalist. Fixup for many areas where error constructor was being called with object instead of string 2020-12-08 20:25:55 +00:00
9435550e9b 2020-12-03 18:18:58 +00:00
f700702215 2020-12-01 15:25:12 +00:00
89038a1a70 2020-12-01 00:20:20 +00:00
5249133434 2020-11-30 19:43:05 +00:00
649e817086 2020-11-26 19:46:52 +00:00
17f20d5d2e 2020-11-14 00:58:43 +00:00
968c282ee8 2020-10-08 20:42:58 +00:00
33aceaf25d 2020-10-07 19:24:40 +00:00
800a27b70a 2020-10-06 14:58:03 +00:00
a0f3f1e45d 2020-10-06 14:27:37 +00:00
17652ec56d 2020-10-05 22:13:18 +00:00
f67379f83f throw "string" -> throw new Error("string" 2020-09-16 17:37:22 +00:00
bc0c0f28ac 2020-07-27 19:27:01 +00:00
3e91727b76 2020-06-30 20:48:26 +00:00
79a476cb49 2020-06-20 14:21:59 +00:00
606f91092f 2020-06-19 23:08:47 +00:00
bfcae2a750 2020-06-19 21:38:32 +00:00
327dcd93cd 2020-06-08 16:49:41 +00:00
e34fe64059 2020-06-08 14:06:27 +00:00
ffef3880d3 2020-06-06 23:25:11 +00:00
08d42cecef 2020-05-13 23:18:16 +00:00
a50a465db0 2020-04-20 19:21:18 +00:00
26f5658e03 2020-04-05 17:59:08 +00:00
6c986ee0a3 fixed mysterious invalid search error that should not display in picklist during testing 2020-04-05 17:45:01 +00:00
0a315b4d57 2020-04-05 14:36:46 +00:00
be813ef4fb first let bug 2020-04-05 13:56:59 +00:00
43de3c8fb0 moved t function to global and misc cleanup 2020-04-04 17:06:25 +00:00
79d52064f3 2020-04-02 14:21:16 +00:00
6c5468310b 2020-03-30 14:10:41 +00:00
408ae6d07d 2020-03-29 00:47:19 +00:00
e548ecb12f renamed lt function to t as it's no longer localized text and t is shorter, also renamed parameter ltKey to tKey for similar reasons 2020-03-27 19:45:37 +00:00
b9fa360d33 Standardized custom controls to fire input event instead of changed which is immediate for ui
renamed onChange handler code to better reflect what it does
tested all controls on widget form to ensure they update and roundtrip properly and dirty checking is now fired immediately no need to tab off
2020-03-26 23:42:37 +00:00
091e6329dc Missing required change event for parent form to trigger various processes such as showing save button 2020-03-26 22:29:31 +00:00
5c4d762bc0 comment and misc cleanup nothing substantial 2020-03-26 22:24:21 +00:00
17d787b2a8 Modifications to picklist as it was not working with a delayed set when I tested with actual Widget form. Definitely better though with these changes. 2020-03-26 22:21:35 +00:00
35fb2e3a4c 2020-03-25 18:44:10 +00:00
4db12a7835 picklist done, all things working as far as I know :) 2020-03-24 22:38:18 +00:00
9aece2318b now with edit vs create icon 2020-03-24 19:50:38 +00:00
c235451b80 fixed it, was actually the open object handler not comparing to null explicitly so zero was considered no ID at all 2020-03-24 19:45:29 +00:00
07c6d54c0b opens selected object but is grayed out on no selection which is weird since it's valid 2020-03-24 19:40:30 +00:00