You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2012/07/31 15:35:34 UTC

[jira] [Created] (SYNCOPE-148) Provide cancel button for console modal windows

Francesco Chicchiriccò created SYNCOPE-148:
----------------------------------------------

             Summary: Provide cancel button for console modal windows
                 Key: SYNCOPE-148
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
             Project: Syncope
          Issue Type: Improvement
          Components: console
            Reporter: Francesco Chicchiriccò
             Fix For: 1.4.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434049#comment-13434049 ] 

Colm O hEigeartaigh commented on SYNCOPE-148:
---------------------------------------------


I'm getting an error (Unexpected RuntimeException) when trying to create a new Synchronization Task using 1.1.0-incubating after this fix:

Last cause: Unable to find component with id 'cancel' in [Form [Component id = form]]
	Expected: 'form.cancel'.
	Found with similar names: ''

>From the logs:

1:35:26.708 ERROR org.apache.wicket.MarkupContainer - Unable to find component with id 'cancel' in [Form [Component id = form]]
        Expected: 'form.cancel'.
        Found with similar names: ''
11:35:26.714 ERROR org.apache.syncope.console.SyncopeRequestCycleListener - Exception found
org.apache.wicket.markup.MarkupException: Unable to find component with id 'cancel' in [Form [Component id = form]]
        Expected: 'form.cancel'.
        Found with similar names: ''
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:526) ~[wicket-core-1.5.7.jar:1.5.7]

Colm.
                
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Di Sabatino Di Diodoro closed SYNCOPE-148.
------------------------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?rev=1372486&view=rev
                
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.4.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433266#comment-13433266 ] 

Hudson commented on SYNCOPE-148:
--------------------------------

Integrated in Syncope-linux #239 (See [https://builds.apache.org/job/Syncope-linux/239/])
    Fixes SYNCOPE-148 Add cancel button for all modal windows (Revision 1372486)

     Result = SUCCESS
mdisabatino : 
Files : 
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ApprovalModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ConfigurationModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ConnectorModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/DerivedSchemaModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/DisplayAttributesModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/MembershipModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/NotificationModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/PolicyModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ReportModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ReportletConfModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ResourceModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/RoleModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/SchemaModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/StatusModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/TaskModalPage.java
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/UserModalPage.java
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/ApprovalModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/BaseModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/BaseModalPage.properties
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/BaseModalPage_it.properties
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/ConfigurationModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/ConnectorModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/DerivedSchemaModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/MembershipModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/NotificationModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/PolicyModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/ReportModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/ReportletConfModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/ResourceModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/ResourceModalPage.properties
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/RoleModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/SchedTaskModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/SchemaModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/StatusModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/SyncTaskModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/UserModalPage.html
* /incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/VirtualSchemaModalPage.html

                
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Di Sabatino Di Diodoro resolved SYNCOPE-148.
--------------------------------------------------

    Resolution: Fixed
    
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Di Sabatino Di Diodoro updated SYNCOPE-148:
-------------------------------------------------

    Fix Version/s:     (was: 1.4.0)
                   1.1.0-incubating
    
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò updated SYNCOPE-148:
-------------------------------------------

    Summary: Provide cancel button for all modal windows  (was: Provide cancel button for console modal windows)
    
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>             Fix For: 1.4.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Reopened] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Di Sabatino Di Diodoro reopened SYNCOPE-148:
--------------------------------------------------

    
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Di Sabatino Di Diodoro reassigned SYNCOPE-148:
----------------------------------------------------

    Assignee: Marco Di Sabatino Di Diodoro
    
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.4.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434424#comment-13434424 ] 

Hudson commented on SYNCOPE-148:
--------------------------------

Integrated in Syncope-linux #240 (See [https://builds.apache.org/job/Syncope-linux/240/])
    Fixes SYNCOPE-148 Add cancel button into Synchronization Tasks tab (Revision 1372864)

     Result = FAILURE
mdisabatino : 
Files : 
* /incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/AbstractSchedTaskModalPage.java
* /incubator/syncope/trunk/console/src/test/java/org/apache/syncope/console/TaskTestITCase.java

                
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Di Sabatino Di Diodoro resolved SYNCOPE-148.
--------------------------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?rev=1372864&view=rev
                
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Reopened] (SYNCOPE-148) Provide cancel button for all modal windows

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò reopened SYNCOPE-148:
--------------------------------------------


See last Colm's comment.
It would be wise to add a dedicated Selenium test for this.
                
> Provide cancel button for all modal windows
> -------------------------------------------
>
>                 Key: SYNCOPE-148
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-148
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Marco Di Sabatino Di Diodoro
>             Fix For: 1.1.0-incubating
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira