enable editing offers

This commit is contained in:
woodser 2023-08-14 13:14:02 -04:00
parent cb7d9364e5
commit b2b4706f14
11 changed files with 93 additions and 26 deletions

View file

@ -1078,7 +1078,7 @@ abstract public class OfferBookView<R extends GridPane, M extends OfferBookViewM
hbox.setSpacing(8);
hbox.setAlignment(Pos.CENTER);
hbox.getChildren().add(button);
//hbox.getChildren().add(button2); // TODO: re-enable editing offers
hbox.getChildren().add(button2);
HBox.setHgrow(button, Priority.ALWAYS);
HBox.setHgrow(button2, Priority.ALWAYS);
}

View file

@ -153,7 +153,7 @@ public class OpenOffersView extends ActivatableViewAndModel<VBox, OpenOffersView
setPaymentMethodColumnCellFactory();
setDateColumnCellFactory();
setDeactivateColumnCellFactory();
// setEditColumnCellFactory(); // TODO: re-enable to edit offer price, etc?
setEditColumnCellFactory();
setTriggerIconColumnCellFactory();
setTriggerPriceColumnCellFactory();
setRemoveColumnCellFactory();