Today I came across an Issue where every list I create based on a particular Custom Template was displayed as two in the SharePoint UI and while querying through Object Model.
It was strange because content, Name, URL etc of the list is exact same. There was no issue while working with this list Add/Edit/Delete & view items worked very fine. It affected while fetching Lists for creating a custom WebPart, because Tasks that was fetched from these list were displayed twice.
When I click on each of the list, each takes me to different view, this was my first...