Project

General

Profile

Bug #1568

[ESS-Travel] file upload attachment bisa di upload namun tidak masuk ke atasan DS1.

Added by Muhammad Bintar about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
High
Start date:
09/08/2022
Due date:
09/12/2022
% Done:

0%

Estimated time:
Spent time:

Description

dear tim developer mohon support nya untuk perbaikan pada ESS travel dimana pada saat upload attachment sukses masuk ke dalam form ESS tetapi tidak bisa di lihat oleh atasan ds1 nya.
sudah di setting panjang length nya di sdatatablefield dan tabel design tetapi tidak pengaruh.

remote.minovais.com:61121
username minovais
password 123

database sql server 2019
remote.minovais.com, 1445\MSSQLSERVER2019


Files

Business Trip - Identifikasi Sticker Shirojyun Ohtomi 2 Sep 2022 (1).docx (17.5 KB) Business Trip - Identifikasi Sticker Shirojyun Ohtomi 2 Sep 2022 (1).docx contoh file attachment yang di upload Muhammad Bintar, 09/08/2022 04:03 PM
testing upload attachment.mp4 (5.68 MB) testing upload attachment.mp4 Muhammad Bintar, 09/08/2022 04:04 PM
clipboard-202210131116-qmisn.png (95.9 KB) clipboard-202210131116-qmisn.png Muhammad Bintar, 10/13/2022 11:16 AM
#1

Updated by Kezia Pawitra Yulianti about 2 years ago

  • Status changed from New to Assigned
  • Priority changed from Normal to High
#2

Updated by Mr. Yusuf about 2 years ago

  • Assignee changed from Mr. Yusuf to Saswanto Tampan
#3

Updated by Muhammad Bintar about 2 years ago

  • Assignee changed from Saswanto Tampan to Mr. Yusuf

Dear pak ucup,
memang ini maksimal karakter untuk filename nya hanya 40, jadi solusi nya harus dibuatkan validasi pada saat mengupload file ada peringatan bahwa nama file harus di bawah 40 karakter agar dapat mengupload file attachment.

#4

Updated by Mr. Yusuf about 2 years ago

Muhammad Bintar wrote:

dear tim developer mohon support nya untuk perbaikan pada ESS travel dimana pada saat upload attachment sukses masuk ke dalam form ESS tetapi tidak bisa di lihat oleh atasan ds1 nya.
sudah di setting panjang length nya di sdatatablefield dan tabel design tetapi tidak pengaruh.

remote.minovais.com:61121
username minovais
password 123

database sql server 2019
remote.minovais.com, 1445\MSSQLSERVER2019

Nama File harus < 40 karakter ya, untuk solve sementara.
Untuk development bisa ditambahkan alert saat upload jika karakternya > 40.

#5

Updated by Mr. Yusuf about 2 years ago

  • Assignee changed from Mr. Yusuf to M Azid Wahyudi
#6

Updated by M Azid Wahyudi about 2 years ago

  • Status changed from Assigned to QA Test
  • Assignee changed from M Azid Wahyudi to Muhammad Bintar

dear masbin , udah bisa di test ya

package :
penambahan bizproc di init dan method

init : 'field[name=FileName]': {
change: function () {
ValAttach();
}
},

method : function ValAttach(){
var namefile = Ext.ComponentQuery.query('field[name=FileName]')[0].getValue();
if (namefile.length > 40) {
MinovaMessageError("Error", "VALATTACH", "");
Ext.ComponentQuery.query('field[name=FileName]')[0].setValue('');
}
}

messagecatalog : VALATTACH

makasih

#7

Updated by Muhammad Bintar about 2 years ago

oke sudah deploy ke production di sana

#8

Updated by Muhammad Bintar about 2 years ago

  • Status changed from Deploy to Closed
  • Assignee changed from Muhammad Bintar to M Azid Wahyudi

Also available in: Atom PDF