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

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

View File

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