liferay / liferay-aui-upgrade-tool

Upgrade themes/plugins from Liferay Portal 6.1 to 6.2
13 stars 94 forks source link

Does not deprecate modules when script tag has position="inline" #4

Closed ipeychev closed 11 years ago

ipeychev commented 11 years ago

Note: this issue was imported, but it was originally created by Robert-Frampton...

UT ignores deprecated modules when the aui:script tag has the position property. For example.

<aui:script position="inline" use="aui-dialog,aui-dialog-iframe">

In this situation aui-dialog-iframe would not receive the -deprecated suffix. However,

 <aui:script use="aui-dialog,aui-dialog-iframe">

would receive the -deprecated suffix.

ipeychev commented 11 years ago

Good, thanks, will fix that!