First of all some small questions:

1. Do you use a Maven Setup / Java Setup to change Class files or are you using 
light modules only?
2. Probably you can explain a bit more about your problem. We understand that 
you want to add a column but it would also good to know what will be displayed 
and where is the data for this tasks stored?

If you want to overwrite the Java classes you should have a look at the 
configuration app under /modules/ui-admincentral/config/pulse/presenters. There 
you can define your javaclass which should extend the original one. In your new 
class you need to find a way to overwrite the TasksListViewImpl. This should be 
possible through dependency injection in the constructor. Write your own 
SegoviaTasksListViewImpl and extend the TasksListViewImpl. After that you can 
extend the constructTable() method.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=dbdc038c-f792-4698-b1c1-c1260eb0df74


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to