We should be able to export section URL aliases through features. Right now there is no alias table in the db.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | section-settings_blob-1472774-8.patch | 3.37 KB | markusbroman |
| #6 | section-settings_blob-1472774-6.patch | 4.05 KB | markusbroman |
| #1 | section-export_aliases_patch-1472774-1.patch | 2.38 KB | markusbroman |
Comments
Comment #1
markusbroman commentedComment #2
logaritmisk commentedIt would be a better idea to create a data blob column, instead of a alias column, that can be used to save things like path aliases and maybe menu items to support a nice clean export.
Comment #3
anonYes, a blob would be the perfect way to deal with this.
Comment #4
fabsor commentedChanging title to something more appropriate =)
Comment #5
fabsor commentedEven better.
Comment #6
markusbroman commentedUpdated patch with blob column
Comment #7
fabsor commentedYou got some additions to the info file that probably got in by accident. Those lines are added automaticly by the drupal.org packaging system.
There are also a couple of whitespace issues in this patch that could be fixed before it goes in. I guess the implementation is OK for now, but we will probably have to create our own entity controller in the long run. But I would say that's a separate issue.
Comment #8
markusbroman commentedThanks fabsor, I have fixed the whitespace issues and the automated lines of code. This patch applies to the latest 7.x-1.x version
Comment #9
randallknutson commentedClosing out old issues.