Bug Fixes

This update fixes several minor but irritating bugs that were overlooked in v2.0.0.

Bug Fixes

Copying a Plot could cause a crash
Certain objects in a Plot would cause a crash in the duplication method.

Crash when changing DMX range
While the change technically did occur, the attempt to display that change by reloading the table view cell would cause a crash.

Could not add Gels to Units
An error in the addToUnit method would add a Gel to the Plot Truck, but not to a selected Unit.

Could not deselect recommended Grip objects when creating an Object
Last-minute changes in the Inventory database data retrieval method made the existing code incorrect.

Possible crash when closing a Plot
Objects that had Labels assigned during Plot editing attempted to remove themselves as observers of their Labels when they were never registered in the first place, causing a crash. Switched to using a direct method call rather than KVO for displaying changes in Label color.

Tapping the “No crew” cell in Plot detail table while in edit mode would cause a crash
Table would attempt to push a Crew Member info table onto the navigation stack, but no Crew Member existed.

Copying a Plot could cause a crash
Certain objects in a Plot would cause a crash in the duplication method.

In Show detail, two or more Crew Members with the same position would not all be shown
The Crew fetching method, which combines crews from all Plots in the Show and selects the unique members, was only considering this possibility in conjunction with another. Changed it to a standalone possibility.

To report a bug or request a feature, please Contact the developer