Skip to content
Snippets Groups Projects
Unverified Commit 9cad57c6 authored by Tristan Radisson's avatar Tristan Radisson Committed by GitHub
Browse files

#1383 Allow early post transaction of schedules (#2358)

* Allow early schedule post transaction

* Added release notes file
parent 2a0f8335
No related branches found
No related tags found
No related merge requests found
......@@ -65,12 +65,10 @@ function OverflowMenu({
const getMenuItems = () => {
const menuItems: { name: ScheduleItemAction; text: string }[] = [];
if (status === 'due') {
menuItems.push({
name: 'post-transaction',
text: 'Post transaction',
});
}
menuItems.push({
name: 'post-transaction',
text: 'Post transaction',
});
if (status === 'completed') {
menuItems.push({
......
---
category: Enhancements
authors: [radtriste]
---
Allow to post transaction(s) from schedule(s) at any time.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment