Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Prevent creating a project when no system is installed, closes #147 #148

Merged
merged 1 commit into from
Aug 11, 2016

Conversation

Pangoraw
Copy link
Contributor

No description provided.

@elisee
Copy link
Contributor

elisee commented Aug 10, 2016

Hey!

Thanks for the PR. Will review it now!

socket.emit("add:projects", result.project, onProjectAddedAck);
});
if (Object.keys(data.systemsById).length === 0) {
new SupClient.Dialogs.InfoDialog(SupClient.i18n.t("hub:newProject.noSystemError.message"), { header: SupClient.i18n.t("hub:newProject.noSystemError.header")});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a space before the closing } at the end

@elisee
Copy link
Contributor

elisee commented Aug 10, 2016

Looks good overall, I left a few comments for minor things to fix.

@Pangoraw
Copy link
Contributor Author

Thanks for reviewing ! I got it updated !

@elisee elisee merged commit e6b7821 into superpowers:master Aug 11, 2016
@elisee
Copy link
Contributor

elisee commented Aug 11, 2016

Merged, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants