Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-5358

Namesilo: Unable to submit Whois tab in client interface

    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

        jonathan Jonathan Reissmueller created issue -
        jonathan Jonathan Reissmueller made changes -
        Field Original Value New Value
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Sprint 5.12.0 Sprint 2 [ 209 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked lower
        jonathan Jonathan Reissmueller made changes -
        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}
        jonathan Jonathan Reissmueller made changes -
        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}
        jonathan Jonathan Reissmueller made changes -
        Sprint 5.12.0 Sprint 2 [ 209 ] 5.11.1 Sprint 1 [ 213 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Status Open [ 1 ] In Review [ 5 ]
        Resolution Fixed [ 1 ]
        abdy Abdy Franco made changes -
        Remaining Estimate 0 minutes [ 0 ]
        Time Spent 12 minutes [ 720 ]
        Worklog Id 17590 [ 17590 ]
        jonathan Jonathan Reissmueller made changes -
        Status In Review [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              10/Mar/25

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 12 minutes
              12m

                Agile