ipeychev / liferay-aui-upgrade-tool

1 stars 1 forks source link

Does not add deprecated suffix in JSP pages properly #1

Closed ipeychev closed 11 years ago

ipeychev commented 11 years ago

There is an issue, if we have:

<aui:script use="aui-io,aui-io-plugin">

in JSP page, UT will ignore the second module.

Instead, it should add deprecated suffix to aio-io-plugin too, like this:

<aui:script use="aui-io-deprecated,aui-io-plugin-deprecated">