Opened 18 years ago
Closed 12 years ago
#822 closed defect (wontfix)
Copy and move of a ticket isn't working (for me)
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | DatamoverPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
Hi,
I testing the datamover plugin and I didn't see any problems when I installed the plugin (no error in the console anyway). I have two project to use for this test: archer and packages.
I start the tracd server like this:
$ tracd --port=8000 --auth=*,/usr/local/trac/archer/conf/htdigest_file,archer --auto-reload /usr/local/trac/archer /usr/local/trac/packages
My problem is that the move of tickets between the project doed not happened and it looks like the operation works but there is no moved/copied tickets in the projects.
I have attachd some html-pages to show what I'm doing. I have also provided the log in the console to show what happends when I push the copy/move button.
This is the log I get when i try to copy Ticket #1 from packages to archer:
------------------------------------------------------------------------------ 10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Using base path '/usr/local/trac' 10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/archer' 10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Path good 10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/packages' 10:55:57 PM Trac[query] DEBUG: Query SQL: SELECT t.summary AS summary,t.owner AS owner,t.type AS type,t.status AS status,t.priority AS priority,t.milestone AS milestone,t.component AS component,t.time AS time,t.changetime AS changetime,t.id AS id,priority.value AS priority_value FROM ticket AS t LEFT OUTER JOIN enum AS priority ON (priority.type='priority' AND priority.name=priority) WHERE COALESCE(t.id,'')='1' ORDER BY COALESCE(t.priority,'')='',priority.value,t.id pundit.linuxkillen.net - - [17/Oct/2006 22:55:57] "POST /packages/admin/mover/ticket HTTP/1.1" 200 - pundit.linuxkillen.net - - [17/Oct/2006 22:55:57] "GET /packages/chrome/admin/css/admin.css HTTP/1.1" 304 - -------------------------------------------------------------------------------
And this is the log I get when i try to move Ticket #1 from packages to archer:
------------------------------------------------------------------------------- 10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Using base path '/usr/local/trac' 10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/archer' 10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Path good 10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/packages' 10:58:00 PM Trac[query] DEBUG: Query SQL: SELECT t.summary AS summary,t.owner AS owner,t.type AS type,t.status AS status,t.priority AS priority,t.milestone AS milestone,t.component AS component,t.time AS time,t.changetime AS changetime,t.id AS id,priority.value AS priority_value FROM ticket AS t LEFT OUTER JOIN enum AS priority ON (priority.type='priority' AND priority.name=priority) WHERE COALESCE(t.id,'')='1' ORDER BY COALESCE(t.priority,'')='',priority.value,t.id pundit.linuxkillen.net - - [17/Oct/2006 22:58:00] "POST /packages/admin/mover/ticket HTTP/1.1" 200 - -------------------------------------------------------------------------------
thanks Per Dalén
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | files.tar.gz added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This plugin is deprecated. Please use the TracMigratePlugin.