Closed (fixed)
Project:
Project
Version:
4.7.x-1.x-dev
Component:
Projects
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Aug 2006 at 20:05 UTC
Updated:
28 Jan 2007 at 04:15 UTC
The homepage property is never presented in the view - only in the editing form. I made a slight change to line 349 in project.inc to include it in the "Project Resources" section of the view.
The new line 349 is:
foreach (array('homepage' => t('Project Homepage'), 'documentation' => t('Read documentation'), 'license' => t('Read license'), 'changelog' => t('Read complete log of changes'), 'demo' => t('Try out a demonstration'), 'screenshots' => t('Look at screenshots')) as $uri => $name) {
Perhaps someone can add this to next release of Project.
Comments
Comment #1
dwwsure seems like a bug. ;) however, i'm not sure if there's some history to this field. it doesn't really make much sense for project nodes on drupal.org -- the project node *is* the project homepage. however, i could see there being some value to a field like this for other uses of the project.module, not on d.o...
so, i'm inclined to fix this, but i'd love to get some input from someone like nedjo who might know more of this history of this field, and why it's currently not being displayed on project nodes at all. i asked killes in IRC, but he didn't have any background on this topic...
thanks,
-derek
Comment #2
dwweasy fix. committed to DRUPAL-4-6, DRUPAL-4-7, DRUPAL-4-7--2 and HEAD.
Comment #3
(not verified) commented