Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - interazioni

Pages: [1]
1
Development / Re: Translation of Workspace, people and tag
« on: September 03, 2012, 02:49:12 pm »
I've found 'people' as well, and asked for other tags to development, but no results until now.
It looks like 'workspaces' and 'tags' are hardcoded.

2
Feng Office 2 / Re: Cannot delete member, "it contains objects"
« on: April 17, 2012, 11:31:27 am »
In my case I made a SQL SELECT on project  tables, and found the ID of the project (231 in my case)  then I looked for in other tables and found a linked comment.

SELECT * FROM fo_object_members where member_id = 231;

Found a linked item, id = 471

SELECT * FROM fo_objects where id=471;

DELETE FROM fo_object_members where member_id = 231;

DELETE FROM fo_objects where id=471;

It would be really useful to have an 'admin' function, which displays all items linked to a project (or task/event).

Anyway, when deleting a project, all these links should be deleted as well automatically.

Regards,

Tonino

3
Feng Office 2 / Cannot delete member, "it contains objects"
« on: April 06, 2012, 09:00:06 pm »
I'm trying to delete a workspace.
Nothing is linked to it, it seems completely empty, but I cannot delete it!

is there a way to check which objects are really existing linked to it?
Otherwise, how to force deletion?
Thanks.

4
Development / Translation of Workspace, people and tag
« on: April 04, 2012, 10:28:16 am »
I'm customizing my installation, using more correct italian words.
But I see there is no way to translate 'Workspace', 'People', 'Tags' in the main boxes (FengOffice 2.0).
I see they are not even translated to espagnol or french.
Am I missing something? I t is possible to translate them?
Tonino

Pages: [1]