John D Wells Jr

Results 40 comments of John D Wells Jr

I can see now from the source code that this is somewhat deliberate - in that, when defining the element select fields, it detects if there is a source element...

We are encountering the same issue: ``` insert into {{%lenz_linkfield}} ...Exception: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2260-1-322' for key 'idx_rsvcwinsvbymvidaqvjaixpuchrocewwlzll' ``` etc... And this is with: Craft 4.1.1.1...

Actually, scratch that. I think our issue was re-playing the upgrade on a database that already had the `lenz_linkfield` table created & populated.

@mateostabio Because I run these upgrades locally and multiple times, what must have happened was that in one upgrade attempt, Link Field's migration adds the `lenz_linkfield` database table, and fills...

@chg20 Yeah I think so... I'm just trying to imagine how it would work, without being a breaking change. As it stands now, whatever element(s) from the response match the...

+1 for this. I've decided to turn Chosen into a fieldtype for the ExpressionEngine CMS, but the publish layouts of EE allows for fields to be hidden on page load....

If Unpoly is going to provide a way to handle this in core, I don't think it should be relying on a cookie at least not without an alternative way...

@triskweline Thanks for the tip on `request.navigate()`!