When reverting the ticket module, the ticket state caused each state to revert. This is causing all previous registrations to show up as pending.

CommentFileSizeAuthor
#1 2362679-ticket_state-rewrite-1.patch40.28 KBjaperry

Comments

japerry’s picture

Status: Active » Needs review
StatusFileSize
new40.28 KB

Did some pretty heavy testing on some old COD sites upgrading to this version, it should have a clean upgrade path.

One note: when upgrading you'll notice this warning in drush:
"class_implements(): Class TicketStateController does not exist and could not be loaded entity.module:724 [warning]
in_array() expects parameter 2 to be array, boolean given entity.module:724 "

This can be ignored, the class is loaded once the install file executes and the warning shouldn't occur again. We do a registry rebuild within the update process, but it cannot come early enough.

  • japerry committed fa940b3 on 7.x-1.x
    Issue #2362679 by japerry: Re-write ticket state module to fix problems...
japerry’s picture

Status: Needs review » Fixed
Issue tags: -COD 7.x-1.x Beta 5 Radar +COD 7.x-1.x Beta 6 Radar

Fixed!

Status: Fixed » Closed (fixed)

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