Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete Project selection broken #313

Closed
olivierfavre opened this issue Oct 15, 2022 · 2 comments · Fixed by #315
Closed

Delete Project selection broken #313

olivierfavre opened this issue Oct 15, 2022 · 2 comments · Fixed by #315

Comments

@olivierfavre
Copy link

Hi,

Related to issue #270 and fix #291

The same fix shoud be applied to delete.vue

async created() {
    document.title = "Delete | docat"
    this.projects = (await ProjectRepository.get()).map((project) => project.name)
    this.versions = []
  },
async created() {
    document.title = "Delete | docat"
    this.projects = (await ProjectRepository.get())
    this.versions = []
  },

Nice project !

@randombenj
Copy link
Member

@reglim could you have a look at this next week?

@reglim
Copy link
Contributor

reglim commented Oct 17, 2022

Yeah, no problem.

reglim added a commit that referenced this issue Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants