Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender

This commit is contained in:
2024-11-14 15:57:58 +07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
"attributes": [], "attributes": [],
"permission": "", "permission": "",
"roles": ["administrator", "admin"] "roles": ["administrator", "admin"]
} }
] ]
}, },
{ {
@@ -69,7 +69,7 @@
"classes": "", "classes": "",
"attributes": [], "attributes": [],
"permission": "", "permission": "",
"roles": ["administrator", "admin"], "roles": ["administrator", "admin","EO Appraisal","DD Appraisal"],
"sub": [ "sub": [
{ {
"title": "Otorisasi Penawaran", "title": "Otorisasi Penawaran",
@@ -77,7 +77,7 @@
"classes": "", "classes": "",
"attributes": [], "attributes": [],
"permission": "", "permission": "",
"roles": ["administrator", "admin"] "roles": ["administrator", "admin","EO Appraisal","DD Appraisal"]
} }
] ]
}, },

View File

@@ -65,7 +65,7 @@
keteranganMessage.textContent = ''; keteranganMessage.textContent = '';
} }
if (!revisionFile.files.length) { if (event.submitter === revisiBtn && !revisionFile.files.length) {
event.preventDefault(); event.preventDefault();
fileMessage.textContent = 'File revisi harus diunggah.'; fileMessage.textContent = 'File revisi harus diunggah.';
fileMessage.classList.remove('hidden'); fileMessage.classList.remove('hidden');