| Comment | File | Size | Author |
|---|---|---|---|
| #16 | entity-reference-selection-2016589-16.patch | 21.83 KB | amateescu |
| #15 | entity-reference-selection-2016589-15.patch | 21.57 KB | amateescu |
| #15 | interdiff.txt | 1.05 KB | amateescu |
| #12 | entity-reference-selection-2016589-12.patch | 21.42 KB | amateescu |
| #12 | interdiff.txt | 2.83 KB | amateescu |
Comments
Comment #1
tim.plunkettOkay, here's the technical parts.
None of the keys were documented, so this just adds @todo.
Comment #2
amateescu commentedCompleted the @todos and also fixed some doxygen while I was there. I hope I explained the grouping stuff well enough..
Comment #3
jibran#2: entity-reference-selection-2016589-2.patch queued for re-testing.
Comment #5
dawehnerWell, it is your decision whether you want to port all the docs in this issue.
Just wondering whether the DefaultPluginManagerBase could be used here as well.
Comment #6
amateescu commentedHuh? There was nothing to port, that documentation didn't exist..
Comment #7
dawehnerI was talking about all the @inheritdoc instances.
Comment #8
amateescu commentedWell, it has to happen at some point, so I think a small patch like this is the perfect opportunity.
Comment #9
tim.plunkettWe should definitely use DefaultPluginManager here.
Comment #10
amateescu commentedUpdated the patch to use DefaultPluginManager :)
Comment #12
amateescu commentedSo it seems that DefaultPluginManager's constructor doesn't really work for us, this should be better.
Comment #13
dawehnerWe don't want to have a derivative discovery here, as according to amateescu this caused issues here.
Comment #14
alexpottWe need to document why we are doing this.
Comment #15
amateescu commentedSure thing ;)
Comment #16
amateescu commentedRerolled after #2020405: Correct misspelling of 'referenceable'.
Comment #17
yesct commentedThis issue was RTBC and passing tests on July 1, the beginning of API freeze.
Comment #18
alexpottCommitted 1b0d6ac and pushed to 8.x. Thanks!