[GeoNetwork-users] Editing subject title of feedback message

Hi there,

I'd like to customise the subject title of the feedback email message from
'New feedback'.

Please could someone advise on the easiest way to do this. Would I need to
edit
geonetwork/WEB-INF/classes/org/fao/geonet/services/feedback/Insert.class?

Thanks,
Rich
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Editing-subject-title-of-feedback-message-tp6055177p6055177.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

I found the easiest way to do this is use the free Java Bytecode Editor (JBE)
from http://cs.ioc.ee/~ando/jbe/

In JBE browse to and open the Insert.class file

Then click on method > exec > code > select 'code editor' tab
at line 27 change "New feedback" to "your feedback email subject title"
save method

That's it.

Richard

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Editing-subject-title-of-feedback-message-tp6055177p6055555.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.