Bug #2094

OnBeforeDocMove, OnDocMove

Added by Paul Bohman over 3 years ago. Updated almost 3 years ago.

Status:Open Start date:
Priority:Major Due date:
Assignee:Unknown User % Done:

0%

Category:Core Distribution
Target version:Evolution-1.1.0
JiraID:MODX-312 Resolution:Unresolved
Environment:all Affects Evolution Version:Evolution-1.0.3

Description

The OnBeforeDocMove and OnDocMove system events need to be added to manager/processors/move_document.processor.php Matching entries must be added to the system_eventnames table: INSERT INTO `modx_system_eventnames` (`id`, `name`, `service`, `groupname`)
VALUES
(1052, 'OnBeforeDocMove', 5, ''),
(1053, 'OnDocMove', 5, '') (The id numbers are arbitrary in the example above.)

History

Updated by Paul Bohman over 3 years ago

The attached file adds the events OnBeforeDocMove and OnDocMove

Updated by Paul Bohman over 3 years ago

See related issues MODX-189 , MODX-308 , MODX-313

Also available in: Atom PDF