pasamio / jwcp

Automatically exported from code.google.com/p/jwcp
0 stars 0 forks source link

Wrong Auto Increment when adding an item at the child side #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add new item (section, category, article, menuitem...) adds 1 to the id
of the item , then multiples by 10.

So, for example, if the last id was 87, the next one becomes 880.
The next time it behaves normally - (the next id will be 881).

What version of the product are you using? On what operating system?
Version 1.0.1. MySQL and Apache, several machines and versions, locally and
remotely.

Original issue reported on code.google.com by emanuel.rosenzweig on 1 Jun 2010 at 2:56

GoogleCodeExporter commented 9 years ago
It is designed that way, it's not wrong.

Original comment by edo...@gmail.com on 1 Jun 2010 at 5:09