[Rt-commit] rt branch, 4.6/inline-edit-new-theme, repushed
? sunnavy
sunnavy at bestpractical.com
Fri Dec 13 17:06:56 EST 2019
The branch 4.6/inline-edit-new-theme was deleted and repushed:
was 75f7353496cf9e6dfdde4c6f8eccc967b6b1cb57
now dba3de487d9f21ee4b3e6359e5cf2ef1df04187a
1: 6a56e9b0ee = 1: 6a56e9b0ee Add a helper AJAX endpoint for generic ticket update
2: 5542087952 = 2: 5542087952 Add comment explaining why HasRights is called without checking return value
3: b42e835ab8 = 3: b42e835ab8 Add jGrowl 1.4.5
4: 5c2e1696d3 = 4: 5c2e1696d3 Add InlineEdit config and preference
5: be9b6791bc = 5: be9b6791bc Add an AJAX helper for refreshing CollectionList rows
6: dc986f4a45 = 6: dc986f4a45 Add a way to omit id from date pickers
7: 3107ed1662 = 7: 3107ed1662 Add fontawesome pencil-alt icon for inline edit
8: 91c913785f = 8: 91c913785f Add fontawesome times icon as "Cancel" for inline edit
9: 12ffc2dd82 ! 9: 7751497401 Support inline edit on ticket search results and display pages
@@ -1007,11 +1007,11 @@
+ visibility: hidden;
+}
+
-+td.editable .value:hover .edit-icon {
++td.editable:hover .value .edit-icon {
+ visibility: visible;
+}
+
-+td.editable .value:hover .edit-icon:hover {
++td.editable:hover .value:hover .edit-icon:hover {
+ cursor: pointer;
+}
+
10: 75f7353496 ! 10: c9c195215c Update tests for the new added inline-edit feature
@@ -33,3 +33,4 @@
my ( @queue_ids, @queue_names );
if ( !$queue_id_list || @$queue_id_list > 0 ) {
ok(my $queuelist = $form->find_input('Queue','option'), "Found queue select");
+
--: ------- > 11: dba3de487d Remove margin of titlebox's right actions
More information about the rt-commit
mailing list