Closed (fixed)
Project:
Redirect
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2012 at 17:50 UTC
Updated:
2 Mar 2018 at 17:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Drave Robber commentedHere it is.
Comment #2
klonos;)
Comment #3
dave reidComment #4
dave reidHrm, instead of having redirect implement a hook on behalf of mpac, I would be ok with adding a conditional in redirect_edit_form() itself using module_exists('mpac').
Comment #5
dave reidCommitted to 7.x-2.x and 7.x-1.x.
Comment #8
dave reidI backtracked and like the hook instead of conditional module_exists() in redirect_edit_form().
Comment #9
klonosStill missing the "and list it in the "Recommended Modules" section on the project page" part of th issue.
Comment #10
dave reidIt has been added to the project page.
Comment #11
dave reidCorrecting title to use the correct module name.
Comment #13
jacob.embree commentedDave, I'm curious what changed your mind. Do you mind explaining the pros and cons you see of hook vs. conditional?