Task #746
closedMake configurable event types for processors
100%
Description
Aim of this ticket is to implement feature which will allow admin to configure list of event types for each processor. This configuration will overwrite its default event types.
Updated by Peter Štrunc about 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Peter Štrunc to Radek Tomiška
- % Done changed from 0 to 80
Implemented in psourek/746-configurable-processor-evt-types. The branch is from 7.3.4. To merge it to develop use
git checkout psourek/746-configurable-processor-evt-types git rebase 7.3.4 --onto develop git checkout develop git merge psourek/746-configurable-processor-evt-types ...
Could you please do a review? Thanks.
Updated by Radek Tomiška about 7 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Radek Tomiška to Peter Štrunc
- Target version changed from Diamond (7.4.0) to Emerald (7.5.0)
- % Done changed from 80 to 90
I did review, thx for this feature.
Notes from review:
- PROPERTY_EVENT_TYPES can be defined in EntityEventProcessor interface
- we don't use modifier 'final' for each variable, only there, when is needed (its discutable, but we use it this way)
Feature can be merged into development . Add pls documentation here:
- https://wiki.czechidm.com/devel/dev/configuration/backend#entity_event_processors
Updated by Radek Tomiška about 7 years ago
- Status changed from In Progress to Closed
- Assignee changed from Peter Štrunc to Radek Tomiška
- % Done changed from 90 to 100
I've merged feature into develop and released 7.3.6 version with this feature back ported.