Giter VIP home page Giter VIP logo

Comments (10)

arditokshtuni avatar arditokshtuni commented on June 19, 2024 4

@patrickbrouwers i am getting this error because i use this field on my nova resource https://github.com/dillingham/nova-button

Is there any option to exclude this filed in case to avoid error?

Thanks, great package btw

from laravel-nova-excel.

shopapps avatar shopapps commented on June 19, 2024 1

Great thanks, will take a look in the next few days and let you know! 👍

from laravel-nova-excel.

BasselArt avatar BasselArt commented on June 19, 2024 1

@patrickbrouwers i am getting this error because i use this field on my nova resource https://github.com/dillingham/nova-button

Is there any option to exclude this filed in case to avoid error?

Thanks, great package btw

Same here

from laravel-nova-excel.

patrickbrouwers avatar patrickbrouwers commented on June 19, 2024

We don't use an array_flip in our code. It's most likely something in your or Nova's code. Can you provide a bit more information. This is quite limited to work with. Think about code example, full stacktrace etc.

from laravel-nova-excel.

shopapps avatar shopapps commented on June 19, 2024

Hi,

Yeah I knew it was a general question, I was just curious if anyone had seen something similar before and could give me a direction to look.

I will see what bits of the code I can sanitise and release. But it is a standard Lens and Filter setup, with a couple of columns created not from the direct SQL query and shows fine on the VueJS Table...

from laravel-nova-excel.

shopapps avatar shopapps commented on June 19, 2024

After some digging around the issue seems to be around Nova's callbacks in Computed Fields. i.e. using:

 Text::make('Colour', function() {
                return $this->getCurrentOptionValue('Colour');
            }),

or even just...

 Text::make('Colour', function() { return ''; }),

in the fields() method causes the issue. Don't see this as an issue with laraval-nova-excel persay just means anyone using callbacks cant use the module for that specific resource/Lens :-(

Regards,

Paul.

from laravel-nova-excel.

patrickbrouwers avatar patrickbrouwers commented on June 19, 2024

Hm, perhaps we can figure something out to get the value that the callback creates, but I'm not sure on which level this goes wrong. Let's leave the ticket open, I will have a look at it soon.

from laravel-nova-excel.

patrickbrouwers avatar patrickbrouwers commented on June 19, 2024

WIP #26. Feel free to give it a test.

from laravel-nova-excel.

patrickbrouwers avatar patrickbrouwers commented on June 19, 2024

Computed fields are released as 1.1

from laravel-nova-excel.

noahlocke avatar noahlocke commented on June 19, 2024

@patrickbrouwers i am getting this error because i use this field on my nova resource >https://github.com/dillingham/nova-button

Is there any option to exclude this filed in case to avoid error?

Thanks, great package btw

me too @patrickbrouwers

from laravel-nova-excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.