The patch speaks for itself IMO.

CommentFileSizeAuthor
#5 fb_1.patch1.22 KBchx
#2 fb_0.patch1.19 KBhunmonk
#1 fb.patch1.06 KBhunmonk
f_0.patch488 byteschx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hunmonk’s picture

Assigned: chx » hunmonk
Status: Reviewed & tested by the community » Needs review
FileSize
1.06 KB

a couple other adjustments are necessary, as this was primarily done to help support multipart node forms. the following additions correct misfired validation errors on multiple stage node forms when they add new required fields on subsequent stages. this fixes the current project module bug on the second stage of the issue submission form, specifically...

tested and working well.

hunmonk’s picture

FileSize
1.19 KB

added a few code comments to the patch for clarity.

hunmonk’s picture

Title: form_builder checkbox stuff » form_builder checkbox/textfield/validation stuff
dopry’s picture

re: fb_0.patch in comment #2.

+1, code looks to fit the coding standards...
Tested by using the project module from CVS.

Created a demo project, enabled issue tracking.

Created a new issue. On the second page of the issue form I was immediately greeted with validation errors.

Applied patch

Creating an issue proceeded without the validation errors.

.darrel.

chx’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
1.22 KB

$a = $b = foo is not really used anywhere in Drupal. I broke that into two lines. Otherwise, it's the same.

If someone would post some instructions on setting up project that would be a great addition because then I could join the project testers.

dopry’s picture

install project module...(enable, has a proper .install so you shouldn't need to futz with mysql).
admin/settings/project -> add a term to two to the projects vocab.
create content ->project (enable issue tracking)...
create contect-> issue.....

killes@www.drop.org’s picture

Status: Reviewed & tested by the community » Fixed

applied.

Anonymous’s picture

Status: Fixed » Closed (fixed)