Jump to content

Recommended Posts

Posted

Issue 1: “Refresh IPv6” button causes redirect

Steps to reproduce:

  1. Log in as admin

  2. Go to “Services”

  3. Click “Manage” on a service

  4. Open the “IP Addresses” tab

  5. Click the “Refresh IPv6” button

Observed behavior:
Clicking the button redirects to the customer portal instead of staying on the same page.

Additional note:
It would be more convenient if IPv6 networks were always fetched directly via the API. Currently, the admin has to manually click the button for each customer to keep the data up to date.
 

Issue 2: Additional IPv4 addresses cannot be removed by the customer

Steps to reproduce:

  1. Log in as a customer

  2. Order additional IPv4 addresses

  3. Go to the “IP Addresses” section

  4. Click “Remove IP”

  5. Confirm the action in the modal

Observed behavior:
After confirmation, nothing happens. The IP address is not removed.
 

Issue 3: Additional IPv4 addresses ordered later are not shown in Blesta

Steps to reproduce:

  1. Order a new VPS without any additional IPv4 addresses

  2. After the VPS has been created, order additional IPv4 addresses for that VPS

Observed behavior:
The additional IPs are assigned to the VPS in VirtFusion, but they are not displayed in Blesta.
Only IPs added during the initial VPS order are visible in Blesta.
 

Issue 4: Unclear meaning of “Base IP Addresses”

There is a separate entry called “Base IP Addresses”, but it is unclear what this refers to. It is neither the default IPv4 address nor the additional ones.

 

Issue 5: Missing translations for “Manage” page text and button in client area

Details:
When clicking the “Manage” menu item as a logged-in customer, you are redirected to a separate page. On this page, there is a text and a button which lack translation.

Technical details:
The text and button labels are hardcoded directly in the view file tabManage.pdt as follows

<p>Manage your server via our dedicated control panel. You will be automatically authenticated and redirected to the control panel.</p>

<button type="submit" value="submit" class="btn btn-default">
    Manage my Server
</button>

Because these strings are hardcoded in the template, they cannot be translated through normal language files.

Logs:
No errors were logged for any of the issues mentioned above.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...