Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.11.1
-
Component/s: None
-
Labels:None
Description
To reproduce:
1. Create a namesilo service
2. Use the Manage Contacts tab to ensure there are multiple contacts available
3. Visit the Whois tab in the client interface
4. Try to update the contacts
5. Click the button and see that nothing happens
To resolve, in modules/namesilo/views/default/tab_client_whois.pdt around line 22 change:
<div class="button_row"><a class="btn btn-default float-right submit" href="#"><?php $this->_('Namesilo.tab_whois.field_submit'); ?></a></div>
To
<button class="btn btn-light float-right" type="submit"> <i class="fas fa-edit"></i> <?php $this->_('Namesilo.tab_whois.field_submit'); ?> </button>
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Sprint | 5.12.0 Sprint 2 [ 209 ] |
Rank | Ranked lower |
Description |
To reproduce:
1. Create a namesilo service 2. Use the Manage Contacts tab to ensure there are multiple contacts available 3. Visit the Whois tab in the client interface 4. Try to update the contacts 5. Click the button and see that nothing happens |
To reproduce:
1. Create a namesilo service 2. Use the Manage Contacts tab to ensure there are multiple contacts available 3. Visit the Whois tab in the client interface 4. Try to update the contacts 5. Click the button and see that nothing happens To resolve, in modules/namesilo/views/default/tab_client_whois.pdt around line 22 change: {code:java} <div class="button_row"><a class="btn btn-default float-right submit" href="#"><?php $this->_('Namesilo.tab_whois.field_submit'); ?></a></div> {code} To {code:java} <button class="btn btn-light float-right" type="submit"> <i class="fas fa-edit"></i> <?php $this->_('Namesilo.tab_whois.field_submit'); ?> </button> {code} |
Description |
To reproduce:
1. Create a namesilo service 2. Use the Manage Contacts tab to ensure there are multiple contacts available 3. Visit the Whois tab in the client interface 4. Try to update the contacts 5. Click the button and see that nothing happens To resolve, in modules/namesilo/views/default/tab_client_whois.pdt around line 22 change: {code:java} <div class="button_row"><a class="btn btn-default float-right submit" href="#"><?php $this->_('Namesilo.tab_whois.field_submit'); ?></a></div> {code} To {code:java} <button class="btn btn-light float-right" type="submit"> <i class="fas fa-edit"></i> <?php $this->_('Namesilo.tab_whois.field_submit'); ?> </button> {code} |
To reproduce:
1. Create a namesilo service 2. Use the Manage Contacts tab to ensure there are multiple contacts available 3. Visit the Whois tab in the client interface 4. Try to update the contacts 5. Click the button and see that nothing happens To resolve, in modules/namesilo/views/default/tab_client_whois.pdt around line 22 change: {code:java} <div class="button_row"><a class="btn btn-default float-right submit" href="#"><?php $this->_('Namesilo.tab_whois.field_submit'); ?></a></div> {code} To {code:java} <button class="btn btn-light float-right" type="submit"> <i class="fas fa-edit"></i> <?php $this->_('Namesilo.tab_whois.field_submit'); ?> </button> {code} |
Sprint | 5.12.0 Sprint 2 [ 209 ] | 5.11.1 Sprint 1 [ 213 ] |
Rank | Ranked higher |
Rank | Ranked higher |
Status | Open [ 1 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 12 minutes [ 720 ] | |
Worklog Id | 17590 [ 17590 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |