Skip to content

Commit f77d237

Browse files
committed
Go through the list of changes, update the relnotes, add a JS comment
1 parent 1772d2f commit f77d237

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/releases/1.9.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ FeinCMS 1.9 release notes (upcoming)
55
Welcome to FeinCMS 1.9!
66

77

8-
Major feature 1
9-
===============
10-
11-
128
Extensions 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

6159
Bugfixes
6260
========

feincms/static/feincms/item_editor.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@
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();

0 commit comments

Comments
 (0)