ralf
|
7cb135c43e
|
support CFs for multiple types in the type-filter
|
2024-10-15 11:53:20 +02:00 |
|
ralf
|
43490f4eb5
|
improve type-filter in customfield list to be able to select fields for all type and always show the fields for all types too, when a certain type is select
|
2024-09-16 15:10:12 +02:00 |
|
ralf
|
11e4b2e356
|
better alignment of custom-fields edit popup
|
2024-09-06 09:58:03 +02:00 |
|
nathan
|
02e35d609f
|
Api: Remove disused ajax-select customfield type
|
2024-06-25 15:14:32 -06:00 |
|
nathan
|
989f974da0
|
Api: Filemanager customfield improvements
- Fix links from VFS did not work
- Update list after linking to VFS
- Add noUpload option
|
2024-06-25 14:58:12 -06:00 |
|
ralf
|
a65d0cbd63
|
fix not working NM filter in custom-field list and some template cleanup spotted by now existing DTD
|
2024-04-24 14:55:05 +02:00 |
|
ralf
|
8acfc4ed27
|
add NM-filter-header for type, entry-type and tab to custom-fields list
currently header is somehow readonly
|
2024-04-23 10:42:00 +02:00 |
|
ralf
|
13c68e92df
|
fix specifying a condition, can NOT use "value", as it gets used as the widgets value, using "last" now
|
2024-04-04 08:56:35 +02:00 |
|
ralf
|
1cc266467d
|
allow to specify conditions, when the serial number get generated, use
value=<start/format>
<name>=<value>
|
2024-04-03 21:12:31 +02:00 |
|
ralf
|
cb5665acd0
|
* All apps: new custom-field type serial allowing to generate incremented serial number with a given format e.g. "RE2024-0001"
WIP allow to place custom-fields in tabs:
|
2024-03-30 11:37:34 +02:00 |
|
ralf
|
12f15ee121
|
WIP allow to place custom-fields in tabs: action to copy cfs
|
2024-03-27 18:10:34 +02:00 |
|
ralf
|
a63aaad8e9
|
WIP allow to place custom-fields in tabs: add noVfsSelect option to filemanager custom-field and some docu tooltip for filemanager options
|
2024-03-27 17:44:57 +02:00 |
|
ralf
|
254fdc0fa3
|
WIP allow to place custom-fields in tabs: 2 new custom-field types:
- header: (like label with a bigger font and bold)
- serial: auto-incremented serial number
|
2024-03-27 17:07:02 +02:00 |
|
ralf
|
8b59c76150
|
WIP allow cfs in extra tabs
|
2024-03-20 22:53:15 +02:00 |
|
ralf
|
ee9c657fb6
|
UI and schema update for CF tab and readonly
|
2024-03-20 15:05:40 +02:00 |
|
ralf
|
782bbec4cf
|
allow to pass a JSON filter object to application-type custom-fields:
adressbook: '{"owner":5,"cat_id":[1,3]}' will only return contacts from personal AB of user #5 with either cat_id 1 or 2
|
2024-02-08 22:26:26 +02:00 |
|
nathan
|
e706b2fe05
|
Admin: Remove missing content types from custom field type2 to avoid validation errors on submit
|
2023-04-24 14:04:21 -06:00 |
|
ralf
|
cba93ad4ce
|
fix some typos or ancient syntax
|
2023-03-07 08:19:15 +01:00 |
|
nathan
|
e57e81f5ea
|
* Resources: Customfields can now be per category
|
2022-11-16 14:10:34 -07:00 |
|
nathan
|
166168b5bf
|
Admin: Push for categories
|
2022-10-27 11:13:41 -06:00 |
|
Ralf Becker
|
59b684bb1d
|
fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given
|
2021-10-09 08:42:02 +02:00 |
|
Ralf Becker
|
868135775c
|
PHP 8 fixes
|
2021-03-29 16:47:19 +02:00 |
|
nathangray
|
9463a0f395
|
Admin: Fix customfields UI did not use edit() from extending class
|
2020-06-25 13:06:20 -06:00 |
|
nathangray
|
aab5415873
|
* Etemplate: Password widget improvements - suggest password button, added as custom field type (stored encrypted)
|
2020-06-12 10:56:53 -06:00 |
|
Ralf Becker
|
d95894d530
|
use etemplate-exec-id as CSRF token for ajax requests
|
2020-01-29 11:08:44 +01:00 |
|
nathangray
|
4e67569b14
|
* Admin: Fix adding custom type status or setting type owner was not saved
|
2019-10-09 13:09:27 -06:00 |
|
nathangray
|
923cc0b01b
|
Admin - Fix keyboard shortcuts not properly loaded for customfields for some apps
Infolog & tracker at least, maybe others.
|
2019-09-03 14:50:36 -06:00 |
|
Ralf Becker
|
6435eb1293
|
* Api: fix error adding/editing catgories or custom fields
|
2019-07-29 11:21:54 +02:00 |
|
nathangray
|
065fa2f78d
|
* Admin - Fix deleting custom field from list's context menu changed the modified date on all fields
|
2019-06-24 11:35:30 -06:00 |
|
nathangray
|
e8227348b4
|
Fix sometimes missing admin translations
|
2019-06-05 09:15:40 -06:00 |
|
nathangray
|
e62e27b179
|
Fix some missing translations found by Stefan Unverricht
|
2019-05-23 11:25:06 -06:00 |
|
nathangray
|
34efaaa274
|
Add documentation tab when deleting custom application type
|
2019-05-22 09:35:20 -06:00 |
|
nathangray
|
edfd5fd24d
|
Etemplate - also submit action data
|
2019-05-14 16:43:15 -06:00 |
|
nathangray
|
e44b302609
|
Add documentation tab to customfield edits
|
2019-04-09 14:48:44 -06:00 |
|
nathangray
|
529007483b
|
Admin - allow empty values (=Select one) as first option for custom select
|
2019-04-09 11:59:31 -06:00 |
|
nathangray
|
d805e9f467
|
Stop using deprecated each(), using foreach(), key() or current() instead
|
2019-02-12 14:13:45 -07:00 |
|
Ralf Becker
|
218af30b7c
|
allow space in CF selectbox values and warn about other not supported values
|
2019-01-17 18:09:51 +01:00 |
|
Hadi Nategh
|
938ebae39a
|
Fix some translations
|
2018-12-17 11:09:36 +01:00 |
|
nathangray
|
65efa72cc0
|
Add admin logging for customfields
|
2018-12-11 10:10:24 -07:00 |
|
Hadi Nategh
|
a107d0a2ed
|
Check only the appname cause not all apps may have title implemented
|
2018-01-23 12:33:48 +01:00 |
|
Hadi Nategh
|
11c03702dd
|
Implement sub_app attribute for customfields widget, in order to be able to store sub-app's specific customfields
|
2017-06-07 17:54:09 +02:00 |
|
Ralf Becker
|
f9bbcdeb86
|
* Timesheet/Resources/Filemanager/Calendar: customfields could not be deleted
|
2017-01-17 18:24:56 +01:00 |
|
Ralf Becker
|
43432ca501
|
fix Scrutinizer errors
|
2016-08-15 11:57:13 +02:00 |
|
Ralf Becker
|
3752c35a5a
|
add ajax=true to diverse admin pages of apps, changing customfields class to autoloadable admin_customfields (with old class extending new one, just in case), fix wrong English phrase "typ" in infolog
|
2016-08-12 11:35:30 +02:00 |
|