lucidarch / laravel

[DEPRECATED] See https://github.com/lucidarch/lucid

Home Page:https://lucidarch.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`TypeError: this.$els.jobCodeDialog.showModal is not a function` when viewing a Domain job code

jbalatero opened this issue · comments

Summary

In the browser developer tools console, there is an error: TypeError: this.$els.jobCodeDialog.showModal when viewing a Domain job code. Viewing of code in Services and Features also does not work.

Steps to Reproduce:

  • composer create-project lucid-arch/laravel my-project
  • cd my-project
  • php artisan vendor:publish --provider="Lucid\Console\LucidServiceProvider"
  • In the browser, go to '/lucid/dashboard/domains' > Http > Respond With Json Error > Click the Code.

Expected Result

It should display a modal showing the code of the selected Job

Actual Result

TypeError: this.$els.jobCodeDialog.showModal is not a function when viewing a Domain job code

State

  • Laravel version: 5.6
  • OS: Win10
  • XAMPP stack using vhost

I'm having the same error using firefox, but it's working on chrome

Sorry for the inconvenience, with Lucid 1.0 the dashboard has been temporarily deprecated to undergo a rework. Since you've had the curiosity to check it out, I would like to ask you:

  1. What would you be using it for?
  2. What is the feature you saw most beneficial?

If possible, please open a Discussion at the new repo lucidarch/lucid if interested in discussing further.