Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Available Patch Panel Ports not correct #346

Closed
rasssta opened this issue Oct 4, 2017 · 2 comments
Closed

Available Patch Panel Ports not correct #346

rasssta opened this issue Oct 4, 2017 · 2 comments
Assignees

Comments

@rasssta
Copy link

rasssta commented Oct 4, 2017

Hello!

For one of my PPs, it says "5/6 11/12" available in the PP overview. In this PP I have 2 ports (=1 duplex) assigned to a customer. My understanding is that it should say "5/6 10/12" then. (I have this problem for other PPs as well but this is the easiest example of them.)

DB:
MariaDB [ixpng]> select * from patch_panel_port where id='3' OR id='4'\G;
*************************** 1. row ***************************
id: 3
switch_port_id: 542
patch_panel_id: 1
customer_id: 5
duplex_master_id: NULL
description:
number: 3
state: 3
colo_circuit_ref: NULL
ticket_ref: NULL
notes:
private_notes:
assigned_at: 2017-10-04
connected_at: 2017-10-04
cease_requested_at: NULL
ceased_at: NULL
last_state_change: 2017-10-04
internal_use: 0
chargeable: 2
owned_by: 4
loa_code: cG1i2ddW8AMGZtGir5hoj8LBY
*************************** 2. row ***************************
id: 4
switch_port_id: NULL
patch_panel_id: 1
customer_id: NULL
duplex_master_id: 3
description:
number: 4
state: 1
colo_circuit_ref:
ticket_ref:
notes:
private_notes:
assigned_at: NULL
connected_at: NULL
cease_requested_at: NULL
ceased_at: NULL
last_state_change: 2017-10-04
internal_use: 0
chargeable: 0
owned_by: 1
loa_code:
2 rows in set (0.00 sec)

@rasssta
Copy link
Author

rasssta commented Oct 4, 2017

I should add that I had the same behavior in 4.5.0

@rasssta
Copy link
Author

rasssta commented Oct 10, 2017

\o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants