Project

General

Profile

Actions

Task #746

closed

Make configurable event types for processors

Added by Peter Štrunc over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Event
Target version:
Start date:
10/11/2017
Due date:
% Done:

100%

Estimated time:
Owner:

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.

Actions #1

Updated by Peter Štrunc over 6 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.

Actions #2

Updated by Radek Tomiška over 6 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

Actions #3

Updated by Radek Tomiška over 6 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.

Actions

Also available in: Atom PDF