Problem/Motivation
I'm using schema metatag along with the new Drupal Canvas module. When I try to save the page in Drupal Canvas I always get the following error:
The submitted value <em>0</em> in the <em>Pivot </em>element is not allowed.
This happens for all instances of the pivot select field. I would have to edit every pivot field for every page.
Steps to reproduce
Install Drupal Canvas
Install Metatag
Install Schema Metatag
Create a page in Drupal Canvas
Save the page
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork schema_metatag-3552529
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mherchelDuplicated issue with additional information: #3569381: Canvas pages fail to save (with error) if schema_article module installed
Comment #3
wim leersComment #4
penyaskito\Drupal\schema_metatag\Plugin\schema_metatag\PropertyTypeBase::formdoesand that's a select, with only
and
Comment #6
penyaskitoComment #7
penyaskitoComment #8
mherchelWorked for me! Note I had to re-create the Canvas page though. Thank you!
Comment #9
thejimbirch commentedMerge train started. Thanks for the finding and fix!
Comment #11
thejimbirch commentedComment #12
interx commentedThanks! The fix works for me on new edits.
Note, I had to discard already staged changes and recreate them to get rid of the errors.
Comment #13
thejimbirch commentedFixed the issue with the tests and started the merge train.
Comment #17
damienmckennaComment #18
damienmckenna