DD file lister: Check for null when getting extended metadata from the DB (possibly caused by corruption). Also, allow changing the filename when editing file info/metadata.
Merged
requested to merge dd_file_lister_get_extd_info_null_check_and_allow_edit_filename into master
Compare changes
+ 59
− 24
@@ -123,6 +123,9 @@
@@ -168,8 +171,8 @@ require("attr_conv.js", "convertAttrsToSyncPerSysCfg");
@@ -1057,7 +1060,13 @@ function showFileInfo_ANSI(pFileMetadata)
@@ -1210,7 +1219,13 @@ function showFileInfo_noANSI(pFileMetadata)
@@ -1880,27 +1895,42 @@ function editFileInfo(pFileList, pFileListMenu)
@@ -2762,10 +2792,15 @@ function getFileInfoFromFilebase(pDirCode, pFilename, pDetail)
@@ -5387,7 +5422,7 @@ function getExtdFileDescArray(pFileList, pIdx)