When trying to edit a price field from a variation type, the following warnings are displayed :
Notice: Undefined index: instance in chosen_form_field_ui_field_edit_form_alter() (line 54 of profiles/commerce_kickstart/modules/contrib/chosen/chosen.module).
Notice: Undefined index: description in token_form_field_ui_field_edit_form_alter() (line 759 of profiles/commerce_kickstart/modules/contrib/token/token.module).
Notice: Undefined index: #description in token_form_field_ui_field_edit_form_alter() (line 759 of profiles/commerce_kickstart/modules/contrib/token/token.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 5-Order | La Mar de Productos 2013-08-24 16-16-26.png | 86.21 KB | makokis |
Comments
Comment #1
Highlive commentedI have the same issue with the 7.x-2.0-rc4+0-dev commerce kickstart version. any solutions ?
Comment #2
vasikethis seems to be Chosen module issue : #1720846: Fixing widget type check
it was fixed for 7.x-2.x, http://drupalcode.org/project/chosen.git/commit/3f674a9
But this version is not "Supported" release, yet.
It seems there's also a similar issue with Token module : #1720576: When you programmatically create a field with the option "locked => TRUE", there can be errors.
patch available
Comment #3
bojanz commentedOkay, so nothing to do here.
We have an open, RTBC issue in the Chosen queue saying "Give us a stable 2.x release", and the Token patch is in progress. Once that happens, the errors will go away.
Comment #4
makokis commentedwhen triying to access
Inicio » Administration » Opcs tienda » Advanced store settings » Line item types » Envío » Manage fields » Shipping service
thanks, waiting that patch or solution
Comment #5
makokis commentedhi all,
still waiting to solve this issue
thanks in advance
screenshot here
Comment #6
bojanz commentedThis needs to happen in order for the error to go away: #2073309: Move to Chosen 2.x.
Comment #7
makokis commentedthanks solved, this patch help me:
#2
Posted by vasike on November 14, 2012 at 11:18am
Version: 7.x-2.0-rc4 » 7.x-2.x-dev
this seems to be Chosen module issue : #1720846: Fixing widget type check