Forgot to include something in my query during the listbuilder form, so I ended up deleting my table and remaking it. But I forgot to delete the controllers and submethods the ListBuilder generated during my first creation of OpenInvoice. Upon creating the new View, I now have a duplicate submethod and duplicate corresponding controllers.
From this I have two observations:
- This is likely not a common issue for developers. But if this does happen, how can one distinguish between the most recently implemented controllers & sub methods and the prior ones?
- Should there be checks added to prevent someone from creating a list using the listbuilder with controllers/submethods of the same name? There is a check for the name of the list itself, but if the list is deleted, then it doesn't check for other aspects outside of the name.
Small Calendar Widget Bug
Another small bug I ran into earlier this week was that in the calendar widget event field, if you click on model radio button and then click on the event radio button it will select both fields. Not sure if this is the case for all event fields.
As an aside, I'm still very new to posting these forum posts and these minor bugs/interactions I've found. So please, do let me know if this isn't sufficient enough to post on here. Thank you!