Problem/Motivation
The data module cannot be loaded (from admin UI) in Drupal 9, due to it being listed as Drupal 8. This prevents development, since the Drupal 8 module has not been completed.
Proposed resolution
Add a single line to data.info.yml - patch attached.
Remaining tasks
- Review by maintainers is there a better way for this?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3160612-02.patch | 282 bytes | robertwb |
Issue fork data-3160612
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:
- 8.x-1.x
compare
- 3160612-data.info.yml-must-enable
changes, plain diff MR !1
Comments
Comment #2
robertwb commentedComment #3
robertwb commentedComment #4
mlncn commentedComment #7
valthebaldCommitted to 8.x-1.x, thank you!
Comment #9
dave kopecekThis is marked as closed but it doesn't look like the changes were merged into 8.x-1.x
See https://git.drupalcode.org/project/data/-/merge_requests/1
Last commit was:
29 Jan, 2020 1 commit
valthebald's avatar
Issue #3088972 by rpayanm, Sahana _N: Drupal 9 plan
valthebald authored 1 year ago
94a7deb1
Comment #10
dave kopecekComment #11
pasqualleyes, it was pushed into the issue fork 8.x-1.x branch.
https://git.drupalcode.org/issue/data-3160612/-/commits/8.x-1.x
It needs to be pushed to the main module repository.
Project maintainers should have a gray merge button at the bottom of the issue. That button should be used.
more info: https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa...
Comment #12
andriyun commentedHi mates
I can confirm. There is not changes in MR https://git.drupalcode.org/project/data/-/merge_requests/1
8.x-1.x branch still have to line that allows using of data module on Drupal9 :)
Looks like it has to be done via old school way with patch adding
https://www.drupal.org/project/data/issues/3160612#comment-13757866
Comment #13
andriyun commentedComment #14
andriyun commentedI looked more on issues list and see that it might better to focus on issue #3091460: Deprecations removal. Drupal 9 readiness
and mark this one as duplicated.
Both patches were added in about the same time and patch #8 from 3091460
Adding more value to project
What do you think @valthebald ?
Comment #15
valthebaldLooks like I had a soaped eye - the issue is definitely not fixed :(
One addition to the patch from #2 is to remove core line, and replace it with core_version_requirement
Comment #16
valthebaldComment #18
valthebald@andr1yun: I prefer the smaller issues when possible, so maybe let's handle #3091460: Deprecations removal. Drupal 9 readiness separately?
Comment #19
valthebald