forked from 0x2620/pandora
transcript->translation
This commit is contained in:
parent
a25509e1a4
commit
5af5812179
2 changed files with 3 additions and 3 deletions
|
@ -324,9 +324,9 @@
|
|||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "transcript",
|
||||
"id": "translation",
|
||||
"operator": "+",
|
||||
"title": "Transcript",
|
||||
"title": "Translation",
|
||||
"type": "text",
|
||||
"find": true,
|
||||
"sort": true,
|
||||
|
|
|
@ -359,7 +359,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
.appendTo($text);
|
||||
}
|
||||
|
||||
;['content', 'transcript'].forEach(key => {
|
||||
;['content', 'translation'].forEach(key => {
|
||||
if (canEdit || data[key]) {
|
||||
var item = Ox.getObjectById(pandora.site.documentKeys, key);
|
||||
$('<div>')
|
||||
|
|
Loading…
Reference in a new issue