Skip to content

Remove `remove_jid` method from ProjectImportState

Robert Speicher requested to merge rs-remove_jid into master

We now handle this internally on the ProjectImportState's state machine, so that the Project model doesn't need to know these specific details of its import state.

Merge request reports