Article Template Creation shows error message- The u_kb_template_kcstemplatenew table extends the kb_knowledge table. Please update the "Text Index" field on kb_knowledge to apply it to ALL tables that extend it. Description When a user creates a new article template in Knowledge Management, the record is saved but an error dialog'The u_kb_template_kcstemplatenew table extends the kb_knowledge table. Please update the "Text Index" field on kb_knowledge to apply it to ALL tables that extend it.' appears stating that the u_kb_template_kcstemplatenew table extends kb_knowledge and that the “Text Index” field on kb_knowledge must be updated for all extending tables. The issue occurs on instances running the Australia release .Steps to Reproduce 1. Log in to an Australia instance2. Navigate to the **kb_article_template** table. 3. Click **New** to create a new article template and fill in the required fields. 4. Click **Save**. 5. Observe the error message about updating the “Text Index” field on kb_knowledge. Workaround Apply update set this has : Article Template Error fix.xml (Note that update set has replace on upgrade so its safe to apply) Note: A permanent fix is targeted for the Brazil release. Once applied, on creating an article template record, there won't be any error message. Related Problem: PRB1980011