Closed (duplicate)
Project:
Drupal core
Version:
9.3.x-dev
Component:
extension system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 May 2011 at 06:42 UTC
Updated:
27 Feb 2022 at 09:25 UTC
Jump to comment: Most recent
Comments
Comment #1
Jeff Burnz commentedWhat if we didn't reload the page, and instead present a small progress bar - when the install is complete the links appear. The user never leaves the screen and everything is proximal to where there are - just throwing this out there, I can see potential issues with this but maybe worth a bit of think.
Presenting a dialog is a bad idea imo - this could potentially have many accessibility issues and won't scale.
Comment #2
Everett Zufelt commentedI agree that a dialog is likely a bad idea. I don't really like the idea of a redirect, this takes me away from the page that I might want to be on (Modules), and would have two different user experiences, depending on the number of modules installed.
What if it was just standard practice to provide a more verbose status message when a module is installed: [module-name] installed successfully. [Configure module-name] [permissions for module-name].
Comment #3
yoroy commentedWe gravitated towards having a 'recent modules' box on top of modules when designing this during D7UX. There's a lot to do in how we handle the whole modules thing, so tagging this.
Comment #4
David_Rothstein commentedI'm pretty sure "dialog" in the first suggestion in the issue summary ("A dialog after install: 'Your module is installed. Click here to configure.'") didn't mean a modal dialog or jQuery dialog or anything like that; I think the intention was actually something more like what Everett describes in #2.
There's an old issue at #407022: Show help and configuration links when modules are enabled. which started to implement that, actually.
Comment #5
yoroy commentedAnd the 'recent modules section' option depends on http://drupal.org/node/1355526
Comment #16
quietone commentedI read the issue and comment and think this is a duplicate of #407022: Show help and configuration links when modules are enabled.. That earlier issue has more discussion and a patch.
Thanks folks!