Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/Modules/Module Customer Support/src/org/openconcerto/modules/customersupport/CustomerTicketHistorySQLElement.java |
---|
26,7 → 26,6 |
public CustomerTicketHistorySQLElement(AbstractModule module) { |
super(module, Module.TABLE_CUSTOMER_SUPPORT_TICKET_HISTORY); |
this.setL18nLocation(CustomerTicketHistorySQLElement.class); |
PredicateRowAction actionAttachment = new PredicateRowAction(new AttachmentAction().getAction(), true); |
actionAttachment.setPredicate(IListeEvent.getSingleSelectionPredicate()); |
getRowActions().add(actionAttachment); |