Closed (fixed)
Project:
Canvas Entity Reference
Version:
1.0.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2026 at 11:38 UTC
Updated:
25 May 2026 at 18:10 UTC
Jump to comment: Most recent
Comments
Comment #3
anybodyComment #4
anybodyComment #5
zeeshan_khan commentedComment #6
anybodyThanks @zeeshan_khan sorry! Fixed!
Comment #7
zeeshan_khan commentedPR looks good to me and approved but it needs rebase!
Only minor suggestion
The config runs composer require drupal/canvas_entity_reference and then pm:enable canvas_entity_reference but never explicitly enables Canvas itself.
If Canvas is listed as a dependency in composer.json, Composer will download it, but Drush's pm:enable won't auto-enable it. The Tugboat preview may end up with the module failing to enable because Canvas isn't enabled first.
If you want the preview to actually work, add: vendor/bin/drush --yes pm:enable canvas before the canvas_entity_reference enable line. But that's upto you to fix if the preview doesn't work — it doesn't affect the module.
Comment #8
anybody@zeeshan_khan That's not totally correct. It's auto-enabled trough the .info.yml dependency: https://git.drupalcode.org/project/canvas_entity_reference/-/blob/1.0.x/...
Just try the Tugboat link above in this issue!
So I think you may RTBC this once tested yourself.
Comment #9
zeeshan_khan commentedSorry my bad!
I will merge it once you rebase the branch - "Fast forward merge is not possible. Please rebase or use merge train."
Comment #10
anybodyDone! :)
Comment #11
anybodyPS: Credits welcome! :)
Comment #14
zeeshan_khan commentedSure thing!
Thanks for the contribution
Comment #16
zeeshan_khan commented