[OGo-Developer] SkyPersonalAttribuesViewer and values from obj_properties tables

Sebastian Reitenbach developer@opengroupware.org
Sun, 11 May 2008 15:52:07 +0200


Hi,

I'm working on extended task attributes, as explained in enhancement in ogo 
bugzilla #1043.

I got LSWJobEditor working, so it stores and retrieves the values in the 
obj_properties table in the database.

Now I'm struggling a bit with LSWJobViewer. It is using the  
SkyPersonalAttribuesViewer to show and edit the values.

The extended fields when I click on the configure button, and they show up.
Unfortunately, it does not seem to retrieve the values for the extended 
keys. The SkyPersonalAttributesViewer is only used in other places for 
Enterprises and Persons, but these store their extended values otherwise, 
therefore not good as example. 

To implement the extended task attributes, I took the extended project 
attributes as an example, but the project attribues viewer, is not using the 
SkyPersonalAttributesViewer.

Do I need to "prepare" these extra properties in a special way so that the 
SkyPersonalAttributesViewer would be able to retreive and show them in the 
WebUI?

kind regards
Sebastian