developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 13 years ago
#621 closed bug (fixed)
jAcl2 events : conflict with jAcl...
Reported by: | bastnic | Owned by: | bastnic |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.1 beta 1 |
Component: | jelix:acl | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
both were listened same event : enableAclDbEventListener
So there is a patch with enableAcl2DbEventListener.
Thanks to Vincent Rabeux aka Zool
Attachments (1)
Change History (4)
Changed 13 years ago by bastnic
comment:1 Changed 13 years ago by bastnic
- Owner set to bastnic
- review set to review?
- Status changed from new to assigned
comment:2 Changed 13 years ago by laurentj
- Milestone set to Jelix 1.1 beta 1
- review changed from review? to review+
- Version changed from 1.0.4 to trunk
comment:3 Changed 13 years ago by bastnic
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
I could have let the same name for the event and just correct the group name (acl2 instead of acl).
But I think it's cleaner to change it too.