175c1fe369
Fix selectbox resetDirty()
2020-06-25 10:31:48 -06:00
8863f28e37
Revert it because it has caused a weird issue regarding our nextmatch filters
2020-06-25 14:17:00 +02:00
52714f0a63
Etemplate: Check dirty before closing, ask if there are changes
2020-06-19 13:27:41 -06:00
1da1cb7b99
Fix legacy options not being read for some widgets
2020-03-30 10:28:48 -06:00
06341552cf
Get select account working
2020-02-05 15:30:24 -07:00
e0bc769315
- Fix attribute inheritance didn't work properly
...
- Get nextmatch filterheader working
2020-02-04 16:07:50 -07:00
0945d9e686
Temporary work around for legacyOptions issue
2020-01-29 15:12:44 +01:00
ec7f8931b2
selectbox widget and some fixes
2020-01-29 15:12:44 +01:00
16e09a1093
Set value_class option for multi-select list
2019-11-05 11:28:34 +01:00
ce978102dc
fix IDE warnings and whitespace
2019-03-20 12:07:24 +01:00
6af45ef40a
Add select-bitwise selectbox type
2019-03-19 14:31:33 -06:00
2126fca1b4
* Api: Fix mobile template not working with iOS < 10 anymore (iOS < 10 is not compatible with JS ES6)
2019-03-18 16:22:39 +01:00
e1476e4167
Merge pull request #57 from asig2016/add_class_to_dropdown
...
select-cat widget: add different class per level to allow different …
2019-03-12 17:01:40 +01:00
059776816a
W.I.P of cats, versions or trackers categories color code:
...
- Fix colors in selectbox not showing up on initiation
2019-02-11 10:49:50 +01:00
b668708a6d
W.I.P of cats, versions or trackers categories color code
2019-02-08 15:16:15 +01:00
7f57a4f4aa
W.I.P of cats, versions or trackers categories color code
2019-02-06 18:39:24 +01:00
218af30b7c
allow space in CF selectbox values and warn about other not supported values
2019-01-17 18:09:51 +01:00
ab76966e02
Fix taglist doesn't always show current value on load
2018-12-05 16:04:46 -07:00
3daa25ca1a
Only set taglist empty label for editable widgets
2018-09-28 10:49:12 -06:00
92e818f429
Explicitly set taglist empty label 'Select some options' when missing so it can be translated
2018-09-27 11:46:29 -06:00
13f3cc5260
Fix some issues with select-country widget:
...
- Country selection in preferences does not respect selected value
- Fix missing empty labels in country selection in preferences
- Remove flag image from empty labels
2018-09-25 11:24:22 +02:00
2010850c16
Fix couple of issues regarding AB country and region selections:
...
- Use taglist-state widget for US state selector
- Make sure falg class only gets added for select-country widget
- Fix some styling
2018-09-24 13:48:24 +02:00
6c4cc97a5f
Implement new taglist widget to represent list of regions of a selected country
2018-09-19 16:43:19 +02:00
cdae6c4b01
Fix country-select does not set flag when switching between countries
2018-09-18 16:05:32 +02:00
82065b51c3
Fix unwanted autocomplete showing up for country-select widget
2018-09-18 15:16:51 +02:00
6e94639b0a
Implement flags indication for country-select widget:
...
- Migrate AB country selector to select-country tags
- Migrate Country selector in preferences to use select-country tags
2018-09-18 10:46:36 +02:00
6f7050d036
Fix taglists did not always get their options
2018-06-04 14:42:07 -06:00
ba366467b0
* Admin/Mail: fix saving mail-accounts for multiple accounts
2018-05-04 15:07:06 +02:00
9fb74c1b7c
Make selectbox tags&search available for nextmatch header filter
2017-12-07 15:58:25 +01:00
8ca3a19cd9
* Tracker: Fix broken tracker queue selectbox filter
2017-12-05 12:17:19 +01:00
fe5c7a5186
Make sure the options are typeof array or object
2017-12-04 17:02:34 +01:00
2364a39de0
Avoid error if this.input is not yet set
2017-11-20 09:26:04 -07:00
ffd66b56d7
- Fix typo
...
- Fix value not re-set after changing select options if value was ''
2017-11-17 10:05:46 -07:00
58326d07f6
Allow single deselect for listboxes
2017-10-05 10:20:01 +00:00
50697efe55
Check if the given options are type of array or object before proceeding of translation. Fix bug "cannot assign to read only property '0' of string" in tracker site configuration.
2017-10-02 16:15:29 +02:00
b0c7a55d9d
Missing translations, provided by Stefan Unverricht
2017-06-07 15:15:13 -06:00
32778f20bf
Fix calendar edit recurrence losing timezone on first load
2017-05-10 13:45:32 -06:00
a2a5ea15ae
fix select(-account) tags=true widget to not call onchange callback twice with different signature, now signature is onchange(_node, _widget, _change)
2017-01-30 14:44:31 +01:00
fbba0f2e59
- Fix a bug in print dialog, clicking header was also toggling first checkbox
...
- Missing translations from Stefan Unverricht
2016-12-06 09:45:55 -07:00
791d1f1d74
Implement new representation for et2_selectbox widget of multi tags with limited single row
2016-07-11 17:24:20 +02:00
ea200604fb
Implement new nextmatch cat-filter including category colors
2016-07-07 15:45:14 +02:00
93217a149d
jQuery libraries updates via composer
2016-06-06 17:38:20 +02:00
87fb94a496
Deprecate $j global variable and replace them all with standard jQuery
2016-06-02 16:52:01 +02:00
473fa38969
Avoid errors if select options are not strings.
...
Happens with accounts, which can be integers
2016-05-26 15:34:54 -06:00
5774bf9d5a
Do not try to hide the input if not there - it causes an exception, stopping the template from loading
2016-05-25 16:54:08 -06:00
8e92a42c65
Implement set_disabled for select widget with tags enabled
2016-05-04 14:29:44 +00:00
7e358fe5ad
removed not working typeof value == "array"
2016-04-25 20:05:53 +00:00
7baf298bf7
Keep value if et2 tried to set it before select_options were there, and it got stripped out
2016-04-25 20:02:58 +00:00
f58ef2980f
When select options change and we have tags turned on, update chosen
2016-04-25 19:37:37 +00:00
06c4b2db23
use new et2 site config
2016-04-25 15:57:38 +00:00