File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
4
4
2.0.0 (unreleased)
5
5
------------------
6
6
7
+ - #1828 Fix categories don't show up automatically on Analysis Service creation
7
8
- #1823 Fix inconsistent behavior of Add sample form confirmation actions
8
9
- #1824 Support html messages on Add sample custom confirmation dialog
9
10
- #1826 Fix TypeError when creating Dynamic Analysis Specifications
Original file line number Diff line number Diff line change 390
390
checkbox_bound = 0 ,
391
391
label = _ ("Analysis Category" ),
392
392
description = _ ("The category the analysis service belongs to" ),
393
- catalog_name = 'bika_setup_catalog' ,
394
- base_query = {'is_active' : True },
393
+ showOn = True ,
394
+ catalog_name = SETUP_CATALOG ,
395
+ base_query = {
396
+ 'is_active' : True ,
397
+ 'sort_on' : 'sortable_title' ,
398
+ 'sort_order' : 'ascending' ,
399
+ },
395
400
)
396
401
)
397
402
You can’t perform that action at this time.
0 commit comments