* FIX: New general category changes preventing topic create Follow up to: #18383 The logic in the previous commit was checking for null, but we are seeding the SiteSetting.general_category_id with an id of -1 so we need to check for a positive value as well as checking for null. See: https://meta.discourse.org/t/240661 * Add js test for presence of category… dropdown option |
||
|---|---|---|
| .. | ||
| api-test.js | ||
| category-chooser-test.js | ||
| category-drop-test.js | ||
| combo-box-test.js | ||
| dropdown-select-box-test.js | ||
| email-group-user-chooser-test.js | ||
| future-date-input-test.js | ||
| list-setting-test.js | ||
| mini-tag-chooser-test.js | ||
| multi-select-test.js | ||
| notifications-button-test.js | ||
| pinned-options-test.js | ||
| single-select-test.js | ||
| tag-drop-test.js | ||
| topic-notifications-button-test.js | ||
| topic-notifications-options-test.js | ||
| user-chooser-test.js | ||