Opened 2 years ago
Closed 2 years ago
#2852 closed Defect (fixed)
Plugins deps system doesn't detect if an active plugin conflicts with an inactive plugin
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
The inactive plugin doesn't show the conflict in its deps table. You can activate tabbed_profile, then activate profile.
Change History (1)
comment:1 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [svn:8034]) Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be activated in ElggPluginPackage->checkDependencies(). Some language clarification in admin panel.