Modify ↓
Opened 18 years ago
Closed 18 years ago
#2696 closed enhancement (invalid)
Allow Custom fields to depend on components
| Reported by: | Pedro Algarvio, aka, s0undt3ch | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Component: | CustomFieldAdminPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I've implemented the javascript logic for when creating or changing tickets, still needs changes on the admin part so that the user can choose from which components the custom field should be enabled.
Current implementation get's the components from custom_field.components:
[ticket-custom] trac_version = select trac_version.components = Trac Workflow|Trac Plugin trac_version.label = Trac Version trac_version.options = |0.10.x|0.11.x trac_version.order = 0 trac_version.text = "Trac Version"
Attachments (2)
Change History (5)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
| Summary: | Make Custom fields depend on components → Allow Custom fields to depend on components |
|---|
Admin part is also included in the above patch.
Changed 18 years ago by
| Attachment: | components.2.diff added |
|---|
Changed 18 years ago by
| Attachment: | components.diff added |
|---|
comment:3 Changed 18 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Closing as invalid since it does not fit the plugin' scope.
Note: See
TracTickets for help on using
tickets.



This could be implemented on this plugin or create another "brother" plugin from the current state of this one.