Error when showing "when and where" panel

Issue #576 resolved
Adam Winer created an issue

java.lang.IllegalArgumentException

at com.google.common.base.Preconditions.checkArgument(Preconditions.java:127)

at .ui.components.NewWhenAndWherePanel.setWhere(NewWhenAndWherePanel.java:215)

at .ui.panels.SingleLocationWhenAndWherePanel.shown(SingleLocationWhenAndWherePanel.java:142)

at .ui.panels.WizardPanelBase$6.run(WizardPanelBase.java:248)

Looks like somehow the wizard value’s location was non-null, but hadn’t been added? Not sure how that happened.

Comments (2)

  1. Adam Winer reporter

    Ah, reproduced.

    1. Enter sightings
    2. New location name
    3. Choose a parent
    4. Immediately click back

    Been a bug for a long time!

  2. Adam Winer reporter

    Resolve Issue #576: Error when showing "when and where" panel - Specifically, an error when hitting the back button on the "New location" page after choosing a parent location

    → <<cset dd8a49ce4308>>

  3. Log in to comment