Commit Graph

96 Commits

Author SHA1 Message Date
18cf9bd33e 2021-09-09 15:02:06 +00:00
14ac505be8 2021-07-22 23:15:40 +00:00
1ce5449e51 2021-05-19 19:45:47 +00:00
53c5335b47 2021-04-29 19:21:57 +00:00
9a1f6f103b 2021-03-07 21:33:01 +00:00
71af22af84 2021-03-07 21:06:25 +00:00
98d33c010a 2021-02-22 19:37:02 +00:00
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