console doesn't display record fields as would be expected #41
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconic-console#41
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?
Currently, only "Type, Version, Created" is displayed in the console:
from a sample record that looks like:
It was deployed using this demo
Looking at this console code
I expected to be able to modify the record to include:
then publish it, and have those values filled in the columns of the console. Instead, when running the modified script from the demo, the error looks like:
Note: to get this behaviour, you must bump to version or change something from an existing record, otherwise the script will tell you you've published a record when in fact you haven't. Which is better than overwriting it and not tell you.