We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcd1a4 commit 864389cCopy full SHA for 864389c
system/docs/CHANGELOG.md
@@ -4,6 +4,9 @@ Contao Open Source CMS changelog
4
Version 3.2.15 (2014-XX-XX)
5
---------------------------
6
7
+### Fixed
8
+Fixed the FAQ sorting in the back end (see #7362).
9
+
10
### Fixed
11
Added the `Widget::__isset()` method (see #7290).
12
system/modules/faq/dca/tl_faq.php
@@ -138,7 +138,7 @@
138
(
139
'label' => &$GLOBALS['TL_LANG']['MSC']['sorting'],
140
'sorting' => true,
141
- 'flag' => 2,
+ 'flag' => 11,
142
'sql' => "int(10) unsigned NOT NULL default '0'"
143
),
144
'tstamp' => array
0 commit comments