Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Create a NameCheap domain
- Login as the client
- Manage the domain
- Visit the Whois tab
- See that the form is blank until a tab is selected
To resolve change components/modules/namecheap/views/default/tab_client_whois.pdt line 22 from:
<div class="tab-pane fade<?php echo $index == 0 ? ' active' : '';?>" id="<?php echo (isset($key) ? $this->Html->safe($key) : null);?>">
To
<div class="tab-pane fade<?php echo $index == 0 ? ' active show' : '';?>" id="<?php echo (isset($key) ? $this->Html->safe($key) : null);?>">