Skip to content

Problems rendering Task after code refactoring. #275

Answered by bashbunni
zerovirus123 asked this question in Q&A
Discussion options

You must be logged in to vote

Ah so the issue is just that you renamed the Title and Description methods which actually need to keep their method signature to implement the DefaultItem interface. Check out this portion to see what I'm talking about:

// DefaultItem describes an items designed to work with DefaultDelegate.

I've also attached the git diff of my changes to get it running. (Might also include some minor formatting changes from my Go formatter)

diff.txt

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bashbunni
Comment options

Answer selected by bashbunni
Comment options

You must be logged in to vote
1 reply
@bashbunni
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #274 on October 17, 2022 13:35.