[Rt-commit] rt branch, 4.6/article-refactor, repushed
? sunnavy
sunnavy at bestpractical.com
Tue Nov 6 17:22:21 EST 2018
The branch 4.6/article-refactor was deleted and repushed:
was bfc3233657f1265e8f65b5ed59c0860e1b132bd5
now 930da784cab2dc974a8295c51bd7493396c446a7
1: cfb23fd15 = 1: cfb23fd15 Add default value for Articles in Queues
2: a287e701f = 2: a287e701f Add autocomplete for articles
3: da505e97e = 3: da505e97e Test default article content on ticket create
4: b37c96760 = 4: b37c96760 Push default article loading toward create
5: e8893c27b = 5: e8893c27b Refactor ticket create and update to use new SelectArticle
6: 3e142bfc1 = 6: 3e142bfc1 Add articles notes to upgrading docs
7: 4b0149720 = 7: 4b0149720 Remove article loading now handled in SelectArticle
8: 5652cbd63 = 8: 5652cbd63 Update article to ticket linking with new args
9: fc6a8f84f = 9: fc6a8f84f Update tests for new articles configuration
10: 06480e703 = 10: 06480e703 Drop the hacky hidden "SubmitTicket" input on ticket create page
11: bfc323365 ! 11: 930da784c Drop HotList column for Classes
@@ -1,6 +1,6 @@
Author: sunnavy <sunnavy at bestpractical.com>
- Drop class HotList
+ Drop HotList column for Classes
With the new article selection UI, all the articles applied accordingly
will show up.
@@ -208,3 +208,16 @@
</%INIT>
+
+diff --git a/t/articles/queue-specific-class.t b/t/articles/queue-specific-class.t
+--- a/t/articles/queue-specific-class.t
++++ b/t/articles/queue-specific-class.t
+@@
+
+ $m->submit_form(
+ form_number => 3,
+- fields => { Name => $name, HotList => 1 },
++ fields => { Name => $name },
+ );
+
+ $m->content_contains( "Modify the Class $name",
More information about the rt-commit
mailing list