[ 
http://mifosforge.jira.com/browse/MIFOS-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Van Mittal-Henkle updated MIFOS-3013:
-------------------------------------

    Description: 
Note that in the admin.jsp page in the current Mifos application 
(application/src/main/webapp/pages/application/adminjsp/admin.jsp) there are 
"id" attributes at various places.

For example at the top of the page, there is <span id="page.id" 
title="admin"/>.  Lower in the page, there are:

id="admin.label.admintasks"
id="admin.link.defineNewUsers"

and others.  There are also uses of styleId in links, like:

styleId="admin.link.viewOffices"

these end up generating an "id" also, so they too need to be preserved.

These id's are used to identify elements of the page that are referenced by the 
automated acceptance tests.

In order for the tests to be able to work on the new ftl version of the page, 
we need to preserve all the "id" attributes on the page (and the same goes for 
all other jsp -> ftl page conversions).


> Preserve "id" attributes from original jsp page in admin.ftl page
> -----------------------------------------------------------------
>
>                 Key: MIFOS-3013
>                 URL: http://mifosforge.jira.com/browse/MIFOS-3013
>             Project: mifos
>          Issue Type: Dev Task
>            Reporter: Van Mittal-Henkle
>
> Note that in the admin.jsp page in the current Mifos application 
> (application/src/main/webapp/pages/application/adminjsp/admin.jsp) there are 
> "id" attributes at various places.
> For example at the top of the page, there is <span id="page.id" 
> title="admin"/>.  Lower in the page, there are:
> id="admin.label.admintasks"
> id="admin.link.defineNewUsers"
> and others.  There are also uses of styleId in links, like:
> styleId="admin.link.viewOffices"
> these end up generating an "id" also, so they too need to be preserved.
> These id's are used to identify elements of the page that are referenced by 
> the automated acceptance tests.
> In order for the tests to be able to work on the new ftl version of the page, 
> we need to preserve all the "id" attributes on the page (and the same goes 
> for all other jsp -> ftl page conversions).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to