Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2RC1
-
Fix Version/s: 2.5.0Release
-
Component/s: Editor
-
Labels:None
-
Number of attachments :
Description
package org.grails.shortenurl class TinyUrl{ static String shorten(String longUrl){ def addr = "http://tinyurl.com/api-create.php?url=${longUrl}" return addr.toURL().text } }
In that sample 'text' is underlined, whereas it actually maps onto DGM.getText(URL). Changing it to getText() it is no longer underlined.
Closed accidentally. Re-opening now.