Does anyone know what I need to do to modify the Browse View Details View Icon View I simply want to change the list of fields displayed. I also want to change the order of actions … "checkout" is more complex action for the user and is used less frequently than "update", so why not allow us to refine the order.
I have recently customized the Details View. I had to edit browse.jsp, BrowseBean.java and Node.java to get the additional data I needed. You will need to add get methods to BrowseBean.java and then add propertyResolvers for those methods. There was a post in the forums here explaining parts of the process - but essentially, I just learnt how to do it by going through Node.java and BrowseBean.java.