Comment 2 for bug 799847

Revision history for this message
William Grant (wgrant) wrote :

This breaks the attachment of pickers to their text inputs. I suspect bad conflict resolution:

83 - var picker = Y.lp.app.picker.create('${view/vocabulary_name}',
84 - config,
85 - '${view/input_id}');

wallyworld added that last argument a few days back, and this branch removed it.

It has for now been reverted.