Jun Omae schrieb am Samstag, 27. Februar 2021 um 07:20:55 UTC+1:

>
> Index: simplemultiproject/model.py 
> =================================================================== 
> --- simplemultiproject/model.py (revision 18015) 
> +++ simplemultiproject/model.py (working copy) 
> @@ -137,7 +137,7 @@ 
> """, (self.id, self.name, _to_null(self.summary), 
> _to_null(self.description), _to_null(self.closed), 
> 'YES' if self.restricted else None)) 
> - self.id = db.get_last_id(cursor, 'smp_project') 
> + self.id = db.get_last_id(cursor, 'smp_project', 'id_project') 
> # keep internal ticket custom field data up to date 
> self.refresh_ticket_custom_list() 
>
>
Something is wrong with the patch:
 patch: **** malformed patch at line 6: """, (self.id, self.name, 
_to_null(self.summary),

I'm working now on the trunk of 
https://trac-hacks.org/svn/simplemultiprojectplugin, r18041.

However I adapted the line 140 manually to 
*self.id = db.get_last_id(cursor, 'smp_project', 'id_project')*
which did not help.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/62a12c9d-f8b2-45be-8b64-9dc925652be5n%40googlegroups.com.

Reply via email to