Friday, September 2, 2022
2 changes
Enhancements to existing features
New Knowledge articles now use "Untitled" as their starting title instead of "New Article." This better reflects that the user has not named the article yet and makes the creation flow clearer.
Original PR description
Currently, in the knowledge module, the default value for the article title(name) is "New Article". A new article does not have a default title, so it is pointless to use the default title "New Article" when creating an article. This commit changes the default value of the article title from "New Article" to "Untitled." As well as that, tours and JS files can now trigger a new default value for the article name. task-2907572
This update adds performance coverage for the appointment scheduling features and reorganizes related tests. It also cleans up internal slot-generation code and documentation so future performance improvements can be measured and delivered with lower risk.