Posted by beejeebus on July 13, 2010 at 4:48am
7 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | Seven theme |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
1. clean install with minimal profile
2. change to stark as default theme
3. go to 'node/add' and look for "You have not created any content types yet. Go to the content type creation page to add a new content type."
4. FAIL
Comments
#1
once #323477: Increase simpletest speed by running on a simplified profile lands, we can write tests that catch this.
#2
woops, that should be "seven", not "stark". screenshot of 'node/add' attached.
#3
Here's the fix. seven_node_add_list was missing that part.
#4
Reviewed and tested this and closed #885518: No warning message present on node/add if content types not added as a duplicate of this issue.
#5
+++ themes/seven/template.php 12 Aug 2010 02:43:29 -0000@@ -47,6 +47,9 @@ function seven_node_add_list($variables)
+ } ¶
return $output;
has white space
Powered by Dreditor.
#6
grrrrr...
#7
Dreditor to the rescue.
#8
#6: 852394.patch queued for re-testing.
#9
Committed to CVS HEAD.
It would be nice if we could get rid of
seven_node_add_list()so we wouldn't need to duplicate this code.#10
Automatically closed -- issue fixed for 2 weeks with no activity.