diff --git a/WHATSNEW.md b/WHATSNEW.md index fc8dd24a7b012b1f5f5d062f54f1f6c24a31a330..c0a14a6a56d0bae7301d8e94a964204eeb1352b4 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -58,7 +58,7 @@ for non-US keyboards * Original thread content format is saved (html or text) * Alerts and Notices support quoted response removal -osTicket v1.8.1.3 +osTicket v1.8.3 ================= ### Enhancements * Support filtering based on help topic (#728) diff --git a/include/staff/dynamic-list.inc.php b/include/staff/dynamic-list.inc.php index 27a9584769f953531a39a55f7b47acda53c77a12..157dba28a8021f7cca5743f7a14c503cef03e22c 100644 --- a/include/staff/dynamic-list.inc.php +++ b/include/staff/dynamic-list.inc.php @@ -87,16 +87,11 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); </th> </tr> <tr> - <th nowrap>Sort - <i class="help-tip icon-question-sign" href="#field_sort"></i></th> - <th nowrap>Label - <i class="help-tip icon-question-sign" href="#field_label"></i></th> - <th nowrap>Type - <i class="help-tip icon-question-sign" href="#field_type"></i></th> - <th nowrap>Variable - <i class="help-tip icon-question-sign" href="#field_variable"></i></th> - <th nowrap>Delete - <i class="help-tip icon-question-sign" href="#field_delete"></i></th> + <th nowrap>Sort</th> + <th nowrap>Label</th> + <th nowrap>Type</th> + <th nowrap>Variable</th> + <th nowrap>Delete</th> </tr> </thead> <tbody class="sortable-rows" data-sort="prop-sort-"> diff --git a/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql b/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql index d49df2d43befcdfc32e538caddd71d6470552e0c..016210202bfc2445c3de737c37f807c1708a1d0e 100644 --- a/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql +++ b/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql @@ -1,5 +1,5 @@ /** - * @version v1.8.2 + * @version v1.9.0 * @signature 9ef33a062ca3a20190dfad594d594a69 * @title Add organization features * diff --git a/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql b/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql index da9dbcd29171ca968205fc584b1c3eb1badea83b..fc2a4a2a1b8fddfd5107c5b509aa4dfaf5ddd25f 100644 --- a/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql +++ b/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql @@ -1,5 +1,5 @@ /** - * @version v1.8.2 + * @version v1.9.0 * @signature 8f99b8bf9bee63c8e4dc274ffbdda383 * @title Move organization support from UserAccount to User model. * diff --git a/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql b/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql index a75a8372d3bbf205d9d85446a59ae923076f0075..5d6a5f2b3d3cc7d46f7a4e8cd608b8a652facf7f 100644 --- a/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql +++ b/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql @@ -1,5 +1,5 @@ /** - * @version v1.8.2 + * @version v1.9.0 * @signature 4323a6a81c35efbf7722b7fc4e475440 * @title Add client login feature * @@ -140,7 +140,7 @@ DELETE FROM `%TABLE_PREFIX%email_template` -- thread entries from text to html. Now that the format column exists in -- the ticket_thread table, we opted to retroactively add the format column -- to the dad45ca2 patch. Therefore, anyone upgrading from osTicket < 1.8.0 --- to v1.8.2 and further will alreay have a `format` column when they arrive +-- to v1.9.0 and further will alreay have a `format` column when they arrive -- at this patch. In such a case, we'll just change the default to 'html' SET @s = (SELECT IF( (SELECT COUNT(*)