Problem/Motivation
The current status saved is whether enabled or disabled, instead of stable, beta, wip or deprecated, that is the status provided from the widget registry
Steps to reproduce
Proposed resolution
Store the status taken from the component.
Remaining tasks
Test
User interface changes
N/A
API changes
No API changes
Data model changes
The status now is the remote status.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3323820-6-store-widget-status.patch | 3.29 KB | isholgueras |
| #5 | 3323820-5-store-widget-status.patch | 3.47 KB | isholgueras |
| #2 | 3323820-store-widget-status.patch | 765 bytes | isholgueras |
Comments
Comment #2
isholgueras commentedThis patch allows the ingestion module to store the remote status along the rest of the fields.
It's required to be used along this other patch: https://www.drupal.org/project/widget_type/issues/3323817
Comment #3
isholgueras commentedComment #5
isholgueras commentedFix tests.
Comment #6
isholgueras commentedFixed code conflict
Comment #8
isholgueras commentedPatch from #6 only will work with the latest version of widget type as it depends on https://www.drupal.org/project/widget_type/issues/3323817
Comment #10
e0ipso