Closed (fixed)
Project:
Open Enterprise
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2011 at 14:10 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Open Enterprise's implementation of hook_profile_details() in the installation profile calls t() for name and description elements of the returned array. Although in theory would support multiple languages, not even the default drupal installation profile does this. A side effect of the use of t() on the array elements is that it breaks Aegir adding the Open Enterprise as a platform.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | openenterprise-1074754-fix-add-platform-in-aegir.diff | 788 bytes | skwashd |
Comments
Comment #1
skwashd commentedThe attached patch should fix this problem.
Comment #2
joestewart commentedyep, same situation. fixed for me.
Comment #3
mardrop commentedcreated updated open enterprise platform on aegir, with the current version. And it still has the t() issue in the .profile file. I hope this can be fixed in the next version.
Comment #4
mrconnerton commented#1 patch works for me
+1 RTBC
Comment #5
randallknutson commentedThis has been committed to 6.x and no longer applies to the Drupal 7 version of OE.