Bug Fix - Issue Generating Wiki When Adding Site With a Duplicate Name
As is always the way, we test, we test, we go live and then find a bug!
Bug: New sites with the same name as an existing site do not have corresponding Wiki’s
Cause: Wiki’s are created with a Key constraint of the Unique ID of the Site. The methodology used to ‘fetch’ the key of the new site did not take into account certain conditions resulting in an existing site being linked to multiple wiki entries whilst the new site had none.
Fix: Change in the way Site Key is generated and acquired during Site / Wiki creation.