Modify an exist organization/people (don't try others but ...) cause a new organization/people
Example I have a storm organization. ABC Ltd.
I would like to modify this organization note.
I modify notes and when I press submit I will have two ABC Ltd. and the notes are same both of them.
When I do it again a will have three organization with same name and so on ...
When I deleted one of them all of them deleted.

Comments

Roberto Gerola’s picture

Status: Active » Fixed

This is due to revisions. Fix in cvs now, thanks.

arpadkiss’s picture

Version: 5.x-1.1 » 5.x-1.2
Status: Fixed » Active
StatusFileSize
new14.46 KB

Thank you for your quick response.

I have downloaded the 5.x-1.2 version (now)
deleted all storm items (I have tried only organizations and people so I deleted them)
disabled the old module
deleted the old module
copy the new module
enabled all storm parts
edit attributes, no dublicated, CORRECT
make a new knowledge base, edit it, no dublicated, CORRECT!
make a new organization, edit it, no dublicated, CORRECT!
make a new task, edit it, no dublicated, CORRECT!
make a new ticket, edit it, no dublicated, CORRECT!

Fault1. make a new timeracker,
user warning: Unknown column 'ticket_nid' in 'field list' query: INSERT INTO stormtimetracking (vid, nid, organization_nid, organization_title, project_nid, project_title, task_nid, task_title, task_stepno, ticket_nid, ticket_title, trackingdate, timebegin, timeend, duration) VALUES (248, 167, 158, 'Atys-co Kft.', 163, 'project1', 0, '', '', 0, '', 1216076400, '00:00', '22:18', 22.3) in /var/www/www.arpadkiss.com/includes/database.mysql.inc on line 172.
I thing you fix it here: http://drupal.org/node/282786

fault2. open notes page:
user warning: Column 'status' in where clause is ambiguous query: SELECT DISTINCT(n.nid), n.title FROM node AS n INNER JOIN stormtask AS sta ON sta.nid=n.nid LEFT JOIN i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='hu' OR i18n.language ='' OR i18n.language IS NULL) AND ( status=1 AND type='stormtask' AND sta.project_nid=0 ) ORDER BY title in /var/www/www.arpadkiss.com/includes/database.mysql.inc on line 172.
It is my system fault or no?

Fault3. make a new people, edit it, duplicated it again. :-(

Roberto Gerola’s picture

Status: Active » Fixed

Fixed and released.

Update to version 1.3

Thanks.

arpadkiss’s picture

Priority: Critical » Minor

Thank your quick fix again.
You correct fault3!

What do you think about fault1 and 2? Are they my system fault? (fault1 wasn't change, fault2 changed--> no error, no notes)

Roberto Gerola’s picture

fault1 is fixed : run update.php
fualt2 is fixed : check your filters and published status of your notes

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.