Active
Project:
Multivalue Settings
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
14 Oct 2011 at 08:29 UTC
Updated:
29 Nov 2011 at 11:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
goron commentedHi attiks,
Is this integration something that needs to happen in Clientside Validation, or Multivalue Settings? There's some enhanced validation that this module adds to forms. Is that simple to integrate into Clientside Validation?
Thanks.
Comment #2
attiks commented@goron: the way clientside validation works is by looking at the fapi elements, so if your module can expose this information somehow, we can detect it. The integration itself can happen inside either module, we added hooks to clientside validation to support this.
Comment #3
attiks commentedIntegration is working, but needs a core patch #208611-49: Add drupal_array_merge_deep() and drupal_array_merge_deep_array() to stop drupal_add_js() from adding settings twice
Comment #4
jelle_sIn attachment the patch to apply to clientside validation and a .zip of the submodule
this should work in combination with the patch in the previous post
Comment #5
jelle_ssorry, there was an error left in the previous patch.
Correct patch: