With a clean install of the latest drupal.cvs and project.cvs when trying to submit new projects or issues I am only presented with a title input box and the admin tools, nothing else.

The create content page only list Projects not issues but the link is actually to issues. The menu however lists both correctly.

Comments

rgladwell’s picture

Status: Active » Needs review
StatusFileSize
new1.53 KB

I'm not seeing the same issues you are, but I did notice some errors in the code for reading the new database schema which I have now fixed (see attached patch).

The reason you may only be seeing the title and admin blocks is that the node creation process and screens have altered. Screens now have fold/unfold arrows, and node creation is a work flow now, where subsequent screens require further information.

moggy’s picture

Status: Needs review » Closed (duplicate)

Sorry missed this previous bug report on page 2

http://drupal.org/node/28091

rgladwell’s picture

We'll still need to apply the patch above so that project.cvs can properly read the new node schema.