You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/28 13:07:45 UTC

[jira] [Commented] (FELIX-5019) [webconsole] "referer" parameter for configuration open/create link

    [ https://issues.apache.org/jira/browse/FELIX-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14718354#comment-14718354 ] 

ASF GitHub Bot commented on FELIX-5019:
---------------------------------------

GitHub user zsigmond-czine-everit opened a pull request:

    https://github.com/apache/felix/pull/36

    FELIX-5019: add 'referer' parameter to open/create link

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsigmond-czine-everit/felix FELIX-5019

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/36.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #36
    
----
commit b58f53688ed58030d93d8abdcde5c7a164b41e0f
Author: zsigmond.czine <zs...@everit.biz>
Date:   2015-08-27T14:53:08Z

    FELIX-5019: add referer parameter and after event (close popup, cancel,
    save, delete click) redirect to referer page. (minimal problem at save
    and delete).

commit bd61054b0be1ffb1170a2026228374c47d4a1e17
Author: zsigmond.czine <zs...@everit.biz>
Date:   2015-08-28T07:35:02Z

    FELIX-5019: fixed save and delete button ajax error problem.

commit f524ac01bcc4e4dca8c60ebf3935352a411e195d
Author: zsigmond.czine <zs...@everit.biz>
Date:   2015-08-28T10:50:16Z

    clean code (use unique global variable, fixed indentation, method name
    rename).

commit 3198689395486ddabd7d3b2ac79d3f363398fd95
Author: zsigmond.czine <zs...@everit.biz>
Date:   2015-08-28T11:04:57Z

    fixed identitation #2

----


> [webconsole] "referer" parameter for configuration open/create link
> -------------------------------------------------------------------
>
>                 Key: FELIX-5019
>                 URL: https://issues.apache.org/jira/browse/FELIX-5019
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-4.2.10
>            Reporter: Balazs Zsoldos
>
> It is possible to open/create configuration by linking the configuration screen with the following format:
> {code}
> /system/console/configMgr/configurationPid
> {code}
> I propose a new parameter that can tell where to redirect after the configuration dialog is closed. E.g.:
> {code}
> /system/console/configMgr/configurationPid?referer=/system/console/componentView
> {code}
> If you like this proposal, pull request comes within 1-2 days.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)