Problem/Motivation
- Fix missing schemas for
views.view.aws_cloud_volumeandviews.view.openstack_volumewith the following errors:- views.view.aws_cloud_volume:display.default.display_options.fields.created.settings.tooltip missing schema
- views.view.aws_cloud_volume:display.default.display_options.fields.created.settings.time_diff missing schema
- views.view.aws_cloud_volume:display.all.display_options.fields.created.settings.tooltip missing schema
- views.view.aws_cloud_volume:display.all.display_options.fields.created.settings.time_diff missing schema
- views.view.openstack_volume:display.default.display_options.fields.created.settings.tooltip missing schema
- views.view.openstack_volume:display.default.display_options.fields.created.settings.time_diff missing schema
- views.view.openstack_volume:display.all.display_options.fields.created.settings.tooltip missing schema
- views.view.openstack_volume:display.all.display_options.fields.created.settings.time_diff missing schema
Issue fork cloud-3355256
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:
- 3355256-drupal-Fix-missing-schemas-aws_cloud_volume-and-openstack_volume
changes, plain diff MR !2058
- 3355256-Fix-missing-schemas-in-views.view.aws_cloud_volume-and-openstack_volume
changes, plain diff MR !2057
- 3355256-Fix-missing-schemas-in-views.view.aws_cloud_volume
changes, plain diff MR !1826
- 6.x
changes, plain diff MR !1821
- 3355256-drupal-Fix-missing-schemas-in-views.view.aws_cloud_volume
changes, plain diff MR !1732
Comments
Comment #3
yas@all
Based on the test results, even there are some errors, the patch should fix the issue. I'll merge the patch into the
7.xbranch in the future and close this issue.Comment #4
yasComment #13
yas@baldwinlouie
Can you review the patch?
FYI, I validated the schama by using drupal/cloud_inspector:
BEFORE (Current version):
AFTER (Applying the patch):
Thanks!
Comment #14
yasComment #15
baldwinlouie commented@yas, Thank you for the patch. It looks good to me.
Comment #16
yas@baldwinlouie
Thank you for your review. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #19
yasComment #20
yas