Add date time creation column to staging folder upload view.
This commit is contained in:
@@ -57,6 +57,12 @@ class SourcesApp(MayanAppConfig):
|
||||
view='sources:setup_source_list'
|
||||
)
|
||||
|
||||
SourceColumn(
|
||||
source=StagingFile,
|
||||
label=_('Created'),
|
||||
func=lambda context: context['object'].get_date_time_created()
|
||||
)
|
||||
|
||||
SourceColumn(
|
||||
source=StagingFile,
|
||||
label=_('Thumbnail'),
|
||||
|
||||
Reference in New Issue
Block a user