[Rt-commit] rt branch, 5.0/self-service-homepage-dashboard, repushed

Dianne Skoll dianne at bestpractical.com
Thu Sep 17 11:02:46 EDT 2020


The branch 5.0/self-service-homepage-dashboard was deleted and repushed:
       was 72a7e4285b755f361b98e6947335c5f2eec95609
       now f4857f25862250bca6c0966d74251616950ec23e

-:  ------- > 1: 81c9702b0c Add callback for modifying the group query
-:  ------- > 2: de95100478 Refactor code so we can add history endpoints to new classes more easily
-:  ------- > 3: e3ca9f7381 Avoid permission check to get CF type in CustomFieldValueIsEmpty
-:  ------- > 4: 6889750dcd Avoid permission check to get CF CanonicalizeClass
-:  ------- > 5: e3b184f752 Add basic article/class endpoints to REST2
-:  ------- > 6: b40af0d7a5 Add REST2 tests for articles/classes
-:  ------- > 7: 9f6f07fdf8 Search group itself for SelfService "My group's tickets"
1: e8ba9cb0ac = 8: 92c515d372 Add ability to serve a custom dashboard as the SelfService home page.
2: 72a7e4285b ! 9: f4857f2586 Add UI for editing and displaying the SortOrder associated with an article.
    @@ -39,27 +39,6 @@
     --- a/share/html/Articles/Article/Edit.html
     +++ b/share/html/Articles/Article/Edit.html
     @@
    -             ContextObject   => $ClassObj,
    -             );
    - 
    -+        my $msg;
    -+        ( $id, $msg ) = $ArticleObj->Create(
    -+            Summary => $ARGS{'Summary'},
    -+            SortOrder => $ARGS{'SortOrder'},
    -+            Name    => $ARGS{'Name'},
    -+            Class   => $ARGS{'Class'},
    -+            Topics  => $ARGS{'Topics'},
    -+            Disabled => $ARGS{'Disabled'},
    -+            %create_args,
    -+            %cfs
    -+            );
    -+        push( @results, $msg );
    -+    }
    -+    if ($id) {
    -         my $msg;
    -         ( $id, $msg ) = $ArticleObj->Create(
    -             Summary => $ARGS{'Summary'},
    -@@
                  Why => loc("Unable to load article") );
          }
      



More information about the rt-commit mailing list