Closed (fixed)
Project:
IMCE
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 May 2012 at 08:29 UTC
Updated:
12 Dec 2012 at 20:50 UTC
Jump to comment: Most recent file
Upon installation the imce module adds a message. In imce.install:
drupal_set_message(st('!module has been installed.', array('!module' => l(st('IMCE'), 'admin/config/media/imce'))));
This also happens when installing the module from installation profiles when you define imce as a dependency in the .info file of the installation profile. The message appears then on the site configuration step of the wizard, where it seems a bit misplaced as you didn't finish installation yet.
As Drupal 7 allows to specify the path to configure a module in the .info file, which results in a link in the modules list, I think the message is actually superfluous and should be removed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | superfluous-message-1598094-1.patch | 550 bytes | cyberwolf |
| imce_install_within_installation_profile.png | 84.59 KB | cyberwolf |
Comments
Comment #1
cyberwolf commentedPatch attached.
Comment #2
pounardIndeed, this should be removed.
Comment #3
ufku commentedCommitted. Thanks.
Comment #4.0
(not verified) commentedcorrecting wrong closing tag