https://twill.io logo
Join Discord
Powered by
# ❓questions
  • t

    tfilos

    12/16/2022, 3:28 PM
    But no change if I revert
  • i

    ifox

    12/16/2022, 3:59 PM
    what change did you do locally for it to work again? cleared all Laravel caches?
  • i

    ifox

    12/16/2022, 3:59 PM
    gd update sounds like it could be the issue. You could try using the imagick driver to rule that out
  • t

    tfilos

    12/16/2022, 4:59 PM
    Yeah, I cleared all of the Laravel caches and it started working again. Which circles us back around to server related, I think
  • t

    tfilos

    12/16/2022, 5:07 PM
    Nothing changed with imagick. This is really strange.
  • i

    ifox

    12/16/2022, 5:09 PM
    Are query strings allowed to reach your origin?
  • t

    tfilos

    12/16/2022, 5:14 PM
    They should be, I will double check. That's a good point!
  • t

    tfilos

    12/16/2022, 6:21 PM
    So I am seeing query parameters being passed to a test route, so that's not what's going on so far as I can tell
  • t

    tfilos

    12/16/2022, 6:22 PM
    And there is definitely nothing overriding that query string handling on /img/
  • t

    tfilos

    12/16/2022, 6:26 PM
    I changed the glide base path to double check there isn't some unseen thing that's overriding specifically /img/, that's not it
  • i

    ifox

    12/16/2022, 6:31 PM
    dang. ok. I'm really not sure what else it could be. You're using the local storage driver, right?
  • t

    tfilos

    12/16/2022, 6:44 PM
    Yeah, keeping it simple for these guys, a CDN doesn't really make sense
  • t

    tfilos

    12/16/2022, 6:54 PM
    Well, I honestly just spent a bit of time building a new controller with Intervention Image Cache and it works fine --- so I am going to just switch stuff over to that. For now this is a mystery!
  • t

    tfilos

    12/16/2022, 7:07 PM
    Thanks for the help!
  • c

    Corneel

    12/18/2022, 8:42 PM
    Hi! Is it possible to set up a nested parent-child module using a "has one/many through" relationship?
  • b

    BA7YA

    12/19/2022, 10:26 AM
    Hi! Happy Monday!) Did you check it ?)
  • d

    domihagen

    12/20/2022, 8:18 AM
    Good Morning. When is the next Release planned for 2.x? I ask, because we have issues saving Models with Tags (array) in v2.12.1. I have see there is already a fix merged into 2.x-Branch.
  • k

    kalle

    12/20/2022, 8:21 AM
    @Harings Rob
  • h

    Harings Rob

    12/20/2022, 8:21 AM
    @domihagen sorry forgot about that. Will happen this morning
  • d

    domihagen

    12/20/2022, 8:22 AM
    Thanks!
  • d

    domihagen

    12/20/2022, 9:27 AM
    @Harings Rob there is also currently a bug with the new updateTitleMaxWidth(). When you load the Edit-Form, some Block-Titles are not visible (max-width: 0px). This happens for Blocks with dynamicTitle
  • d

    domihagen

    12/20/2022, 9:28 AM
    @twillBlockTitleField('title')
  • h

    Harings Rob

    12/20/2022, 9:38 AM
    Can you show a screenshot?
  • h

    Harings Rob

    12/20/2022, 9:38 AM
    twill 2 as well right?
  • d

    domihagen

    12/20/2022, 9:39 AM
    Yes, Twill 2.12.1. Screenshots before (no Title) and after resize (with Title)
  • h

    Harings Rob

    12/20/2022, 9:40 AM
    did you run twill update?
  • d

    domihagen

    12/20/2022, 9:41 AM
    I am testing a CSS-Only solutions.
    Copy code
    .block__toggle {
        max-width: calc(50% - 4ch);
        display: flex;
    }
    
    .block__actions {
        margin-left: auto;
    }
  • h

    Harings Rob

    12/20/2022, 9:41 AM
    we had that at first but it was changed (not sure why)
  • d

    domihagen

    12/20/2022, 9:41 AM
    Yes, i did. Also did a twill:build, because we also have custom Vue-Components
  • h

    Harings Rob

    12/20/2022, 9:42 AM
    I cannot really reproduce that issue..
1...439440441...484Latest