Table Not Laying Out Properly #9
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Potlatch-Loggers/ComputerKeeper#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aha! Our first real bug...
Looks like when we add a computer to the table, it's not formatting correctly in the table. Look at this screenshot (below) and see how all of the new values (which should really just be a single row) are actually appearing as four new, discrete, rows.
Cause:
It looks like this is due to some issues with how we're adding the new entry to the table. Turns out we're extending the table, not appending to it. That's not what we want.
Fix:
@joshb got this fixed in 3f56ee7a8152dc987bf1abc8cbd26a7c59b3e95a