6493 temp workaround for note tag (Media class name)
svn: r21680
This commit is contained in:
parent
7e1b2f9de1
commit
be5fbc730c
@ -120,7 +120,8 @@ class ReferencedBySelectionProxyDb(ProxyDbBase):
|
||||
obj = self.db.get_repository_from_handle(handle)
|
||||
if obj:
|
||||
self.process_repository(obj)
|
||||
elif class_name == "MediaObject":
|
||||
# bug6493 temp workaround for note tag ('Media' class name?)
|
||||
elif class_name == "MediaObject" or class_name == "Media":
|
||||
obj = self.db.get_object_from_handle(handle)
|
||||
if obj:
|
||||
self.process_media(obj)
|
||||
|
Loading…
x
Reference in New Issue
Block a user