(collectKey, shortName)
| 1279 | } |
| 1280 | |
| 1281 | #populateFullName(collectKey, shortName) { |
| 1282 | const tagLine = this.#map_CollectionNotes.get(`${collectKey}.notes_tagline`, null) |
| 1283 | |
| 1284 | return `${shortName}${tagLine === null ? '' : ` [${tagLine}]`}` |
| 1285 | } |
| 1286 | |
| 1287 | getFolderHash(folder) { |
| 1288 | return this.#getMD5Hash(folder, 'col_') |