Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.7.0-b1
-
Fix Version/s: 5.8.0-b1
-
Component/s: Client Interface
-
Labels:None
Description
A client can set a default payment method by clicking a radio button under Payment Accounts,
and then hitting set as default payment.
When users wanted to remove that, they had to click unidentified button in table header and hit set that as payment. This is a bit confusing. Instead, add a button to remove all associations.
Sample code:
This fairly quick by just adding float left button
<button id="remove-auto-debit" class="btn btn-danger float-left" type="button">
<i class="fas fa-minus-circle"></i> Remove Auto Debit
</button>
And the js part
$('#remove-auto-debit').click(function()
)
Activity
Paul Phillips
created issue -
Paul Phillips
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.8.0 Sprint 2 [ 178 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Story Points | 3 |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 57 minutes [ 3420 ] | |
Worklog Id | 16405 [ 16405 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Sprint | 5.8.0 Sprint 2 [ 178 ] | 5.8.0 Sprint 2, 5.8.0 Sprint 3 [ 178, 179 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |