forked from Archives/Athou_commafeed
preserve filter when a feed is rearranged with drag&drop
This commit is contained in:
@@ -308,7 +308,8 @@ module.directive('droppable', ['CategoryService', 'FeedService', function(Catego
|
|||||||
|
|
||||||
var data = {
|
var data = {
|
||||||
id : source.id,
|
id : source.id,
|
||||||
name : source.name
|
name : source.name,
|
||||||
|
filter : source.filter
|
||||||
};
|
};
|
||||||
|
|
||||||
if (source.children) {
|
if (source.children) {
|
||||||
|
|||||||
Reference in New Issue
Block a user