Issue Details (XML | Word | Printable)

Key: MDL-16392
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Dan Poltawski
Reporter: Dan Poltawski
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Portfolio plugins can't register queue handlers

Created: 09/Sep/08 05:49 AM   Updated: 10/Sep/08 06:46 PM
Return to search
Component/s: Portfolio API
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Dependency
 

Participants: Dan Poltawski and Penny Leach
Security Level: None
Resolved date: 10/Sep/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
It needs the directory of plugins specifying in events_load_def()

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Poltawski added a comment - 09/Sep/08 05:52 AM
Fixed in CVS

Dan Poltawski added a comment - 09/Sep/08 06:21 AM
actually reopening, since I think there is a shared list of db dirs somewhere we should be using here

Penny Leach added a comment - 09/Sep/08 06:48 PM
don't you want to use something like get_list_of_plugins(portfolio/type) or something ?

Dan Poltawski added a comment - 09/Sep/08 09:04 PM
I was copying the style in that function for plugins already - but I wonder if it'd actually be better for the function to get a list of db dirs with get_db_directories()

Penny Leach added a comment - 10/Sep/08 06:46 PM
dan fixed it in the short term and i opened MDL-16438 to track the bigger problem.