Closed gsteimer closed 3 years ago
Removing the Alfresco label as creating a form fails on edge1 as well
Actually, taking the above back. The failure was due to another issue. Reverting this back....
Doing some digging with @engerernoah - it seems that this is only a problem on forms that have an existing autonumber object. In other words if you:
Then form creation works fine. For examples, see the Driving History (new autonum) and the Simple CR (deleted autonum and recreated) forms on edge2.
Need to do some more digging before we say that "delete and recreate" is the solution. I'd rather not have that as an upgrade step unless we can automate it, which isn't ideal.
Fixed with OC Revision: 26768 Needed to enable the versionable behavior for the checkin service in the case we do not want to create a new version. The checkin service fails on the autonumber object for AW forms with that behavior disabled. Auto number configs were previously versioning each time a form was created, this is fixed with this update and revision 26699.
CR: gsteimer, jharkins
Creating an AW form on edge2 (Alfresco) fails with the following error:
Note - it also is taking significantly longer to fail than I would expect. It sits spinning for ~30 seconds before the error pops up...
@dgrumieaux @jharkins2 - could this be related to the recent updates around updating an object with the same version label?