You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/03/10 17:13:19 UTC

[syncope] branch 2_1_X updated (7008c96 -> c4157b9)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 7008c96  Fixing missing JobActionPanel for SchedTaskDirectoryPanel
     new c4109c2  Fixing 'view executions' menu items for Sched, Pull and Push tasks
     new c4157b9  Upgrading build-helper-maven-plugin and asciidoctorj-pdf

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/syncope/client/console/tasks/SchedTaskDirectoryPanel.java | 5 ++---
 pom.xml                                                              | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)


[syncope] 01/02: Fixing 'view executions' menu items for Sched, Pull and Push tasks

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit c4109c2d2abbe0ee23694a7d4e3473bc0e539152
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 10 17:49:15 2020 +0100

    Fixing 'view executions' menu items for Sched, Pull and Push tasks
---
 .../apache/syncope/client/console/tasks/SchedTaskDirectoryPanel.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/client/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskDirectoryPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskDirectoryPanel.java
index 569ec8a..eba0553 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskDirectoryPanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskDirectoryPanel.java
@@ -232,7 +232,7 @@ public abstract class SchedTaskDirectoryPanel<T extends SchedTaskTO>
                 SchedTaskDirectoryPanel.this.getTogglePanel().close(target);
                 viewTask(taskTO, target);
             }
-        }, ActionLink.ActionType.VIEW, StandardEntitlement.TASK_READ);
+        }, ActionLink.ActionType.VIEW_EXECUTIONS, StandardEntitlement.TASK_READ);
 
         panel.add(new ActionLink<T>() {
 
@@ -247,8 +247,7 @@ public abstract class SchedTaskDirectoryPanel<T extends SchedTaskTO>
                                 target).setResourceModel(
                                 new StringResourceModel("inner.task.edit",
                                         SchedTaskDirectoryPanel.this,
-                                        Model.of(Pair.of(
-                                                ActionLink.ActionType.EDIT, model.getObject())))));
+                                        Model.of(Pair.of(ActionLink.ActionType.EDIT, model.getObject())))));
             }
         }, ActionLink.ActionType.EDIT, StandardEntitlement.TASK_UPDATE);
 


[syncope] 02/02: Upgrading build-helper-maven-plugin and asciidoctorj-pdf

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit c4157b9a8ad769f3d3a5e692b9ca1a07721d0643
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 10 17:52:01 2020 +0100

    Upgrading build-helper-maven-plugin and asciidoctorj-pdf
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32b9039..b6860d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1910,7 +1910,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>
@@ -2593,7 +2593,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.3</version>
               </dependency>
             </dependencies>
             <configuration>