ATF: "Open an Existing Record" fails while opening a knowledge record created from the testIssue ATF test creates a knowledge base record successfully, however, opening the same record with the help of record picker using 'Open an Existing Record' step fails. Steps to Reproduce Pre-requisites:1. Install plugins: com.snc.knowledge_advanced.installercom.glideapp.knowledge.i18n2 2. Activate templates (Knowledge --> Administration --> Article Templates) ATF Steps: Navigate to Module ('Create New' under "Knowledge" application)Click Component (Custom UI) (Select any option, say, "What Is")Set Field Values (say Knowledge base = IT and Short description = Test on kb_knowledge table)Click a UI Action (Submit)Open an Existing Record (Select table as "kb_knowledge" and the record from Step4 with the help of record picker) Expected Behavior: Step5 opens record created from Step4 successfully. Observed Behavior: Client Test Runner shows record (created from Step4) being opened successfully, however, test returns failure with a message something like "FAILURE: Failed to open the 'kb_knowledge' form with id '1a3c2d871b28e8104be53158cc4bcbbb'The form failed to load"CauseStep4 created record under table 'kb_template_what_is' ResolutionReplacing table 'kb_knowledge' with 'kb_template_what_is' in Step5 resolves the issueRelated LinksFailure message is self-explanatory from Paris release version FAILURE: Failed to open the 'kb_knowledge' form with id '52c91087dbe4e810519f62dc13961994'Expected to open form 'kb_knowledge' but actually opened form 'kb_template_what_is'