add folder/filename columns to media view

This commit is contained in:
j 2025-01-23 16:26:25 +05:30
commit 38618e2ed2
3 changed files with 63 additions and 2 deletions

View file

@ -142,6 +142,22 @@ pandora.ui.mediaView = function(options) {
visible: true,
width: 360
},
{
align: 'left',
id: 'folder',
operator: '+',
title: Ox._('Folder'),
visible: false,
width: 360
},
{
align: 'left',
id: 'filename',
operator: '+',
title: Ox._('Filename'),
visible: false,
width: 360
},
{
editable: true,
id: 'version',