Problem/Motivation
The UrlAlias destination had the fields missed when it was committed.
/**
* {@inheritdoc}
*/
public function fields(MigrationInterface $migration = NULL) {
// TODO: Implement fields() method.
}
Proposed resolution
Add them
Remaining tasks
Review/Commit
User interface changes
n/a
API changes
n/a
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | interdiff.txt | 610 bytes | benjy |
| #1 | 2338085-2.patch | 690 bytes | benjy |
| alias-dest-1.patch | 659 bytes | benjy |
Comments
Comment #1
benjy commentedAdded pid.
Comment #2
chx commentedI would say let's commit this and hope one day AliasStorage comes out of the stone age and converts to db_merge so that even if you supply a pid it will save something...
Comment #3
alexpottSeems weird that there are not any tests?
Comment #4
benjy commentedThe method isn't used right now, it's just there for when we add the UI.
Comment #5
alexpottCommitted 6f0b27b and pushed to 8.0.x. Thanks!