Problem/Motivation
Installing Bistro on Drupal CMS 2.0 has issues because both drupal_cms_blog and bistro install field_description with different field types.
The pattern seems to be field_description is a plain text field while field_content is a formatted text field.
Steps to reproduce
- Create a Drupal CMS 2.0 project
- Install Drupal CMS
- Require drupal/bistro
- Apply bistro
- Try to edit the description field on the menu item or notice that all content has HTML
Proposed resolution
Remove field_description from bistro and recreate it as either field_content.
Other problematic fields that might be shared somewhere in the Drupal sphere: field_item_price, field_calories. These should probably also be changed to field_menu_item_price and field_menu_item_calories. field_dietary_category can remain as-is.
Remaining tasks
None
User interface changes
N/A
API changes
N/A
Data model changes
Field name changes that need to be applied to views and recipe yaml.
Issue fork bistro-3561341
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
mradcliffeComment #4
mradcliffeGetting there.
Comment #5
mradcliffeMerging.