Modify ↓
Opened 28 hours ago
Last modified 14 hours ago
#24693 new enhancement
[PATCH] Allow values_from in presets to use plugin classes
| Reported by: | Zverikk | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 26.05 |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
I wanted to have a combo box for the last several days for the check_date tag. For that I have added a class into UtilsPlugin2, and references it in the preset, in a value_from field. Turns out presets can access only core and JRE classes, but plugin classes are inaccessible.
I'm attaching a patch that does two things:
- Makes plugin classes available to values_from. I have tested it with my preset.
- Allows also methods with one or two String parameters, to which it passes a key, or a key and its current value.
Attachments (1)
Change History (3)
by , 28 hours ago
| Attachment: | presetValuesForExtended.patch added |
|---|
comment:1 by , 28 hours ago
| Summary: | Allow values_from in presets to use plugin classes → [PATCH] Allow values_from in presets to use plugin classes |
|---|
comment:2 by , 14 hours ago
| Milestone: | → 26.05 |
|---|
Note:
See TracTickets
for help on using tickets.


