Closed (fixed)
Project:
ISBN Field
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2009 at 00:03 UTC
Updated:
4 Apr 2011 at 15:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
katriencI've created a patch to solve these 2 problems.
Comment #2
katriencchanged the status to needs review
Comment #3
reglogge commentedValidation without JavaScript works fine now, thanks!
Validation with JavaScript works during input of ISBN-numbers. However, when saving the node I get these error-messages:
Drupal seems to look for a file isbn.js which isn't there in the module.
Comment #4
reglogge commentedI think this is the function from isbn.module that causes the problem:
Comment #5
katriencThat's true. That's also the reason why I opened the issue on http://drupal.org/node/687924 and created a patch that removes the isbn.js script that doesn't exists.
Comment #6
zbricoleur commentedFixed in alpha3. Thanks lot007!