Removed draggable properties from progress type list
FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
824c6621ab
commit
0716bc72e5
1 changed files with 0 additions and 2 deletions
|
|
@ -362,8 +362,6 @@ public class ManageOrderElementAdvancesController extends
|
|||
public void render(Listitem listItem, Object data) {
|
||||
final AdvanceAssignment advance = (AdvanceAssignment) data;
|
||||
listItem.setValue(advance);
|
||||
listItem.setDraggable("true");
|
||||
listItem.setDroppable("true");
|
||||
|
||||
boolean isQualityForm = false;
|
||||
if (advance.getAdvanceType() != null) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue