Ticket #662 (closed task: fixed)
Create the Dispatchers model
| Reported by: | ejhernandez@… | Owned by: | ejhernandez@… |
|---|---|---|---|
| Milestone: | 0.10 | Component: | events |
| Severity: | normal | Keywords: | model dispatcher |
| Cc: |
Description (last modified by ejhernandez@…) (diff)
From new events module, a event dispatcher model is needed in order to configure them.
Firstly, just to enable/disable its capacity and, secondly, its own configuration. For instance, the Jabber dispatcher requires some configuration parameters to connect to the Jabber server and logs the events over there as a user.
Attachments
Change History
comment:1 Changed 6 years ago by ejhernandez@…
- Status changed from new to assigned
- Description modified (diff)
comment:3 Changed 6 years ago by ejhernandez@…
- hours changed from 0 to 5.25
- Status changed from assigned to closed
- Resolution set to fixed
- totalhours changed from 0.0 to 5.25
Basic support is done. It is required to do the configuration field. But it will done in other ticket.
comment:6 Changed 6 years ago by ejhernandez@…
(In [7551]) Added support for ConfigureDispatcherDataTable? model and some checks refs #662
comment:7 Changed 6 years ago by ejhernandez@…
(In [7552]) Change CGIs in order to show ConfigureDispatcherDataTable? refs #662
comment:8 Changed 6 years ago by ejhernandez@…
(In [7553]) Added ConfigureDispatcherDataTable? model and some typo fixes refs #662