File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ FeinCMS 1.9 release notes (upcoming)
55Welcome to FeinCMS 1.9!
66
77
8- Major feature 1
9- ===============
10-
11-
128Extensions in the item editor
139=============================
1410
@@ -57,6 +53,8 @@ Notable features and improvements
5753 cleanups. `flake8 <https://pypi.python.org/pypi/flake8 >`_ runs should not
5854 show any warnings.
5955
56+ * Extension classes can be passed directly to ``register_extensions() `` now.
57+
6058
6159Bugfixes
6260========
Original file line number Diff line number Diff line change 195195 var old_region_id = REGION_MAP . indexOf ( item . find ( "." + field ) . val ( ) ) ;
196196 item . find ( "." + field ) . val ( REGION_MAP [ value ] ) ;
197197
198+ // show/hide the empty machine message in the source and
199+ // target region.
198200 old_region_item = $ ( "#" + REGION_MAP [ old_region_id ] + "_body" ) ;
199201 if ( old_region_item . children ( "div.order-machine" ) . children ( ) . length == 0 )
200202 old_region_item . children ( "div.empty-machine-msg" ) . show ( ) ;
You can’t perform that action at this time.
0 commit comments