Expand a newly added group immediately

This commit is contained in:
Arjan Schrijver 2013-03-11 16:26:41 +01:00
parent 043c35a985
commit c420a6fc67
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ class ImageMediaItem(MediaManagerItem):
if self.manager.save_object(new_group):
self.loadFullList(self.manager.get_all_objects(ImageFilenames,
order_by_ref=ImageFilenames.filename))
self.expand_group(new_group.id)
self.fill_groups_combobox(self.choose_group_form.group_combobox)
self.fill_groups_combobox(self.add_group_form.parent_group_combobox)
else: