ssi-com-pl

Results 5 issues of ssi-com-pl

Hi! When I click Link / Unlink in relation field (flats), I get an error: "Call to a member function getKey() on null" on line 7 of \modules\backend\behaviors\relationcontroller\partials\_toolbar.php models/Investments.php ```...

Hi! I added a video from the Media Library, but it is not showing on the frontend. ![image](https://github.com/octobercms/october/assets/57666038/b8c24f64-5022-4dbd-9871-228b30f215f6) In the page code I only see this: ` `

Hi! How can I disable image descriptions in configuration: ``` const imagelightbox = GLightbox({ selector: '.image-lightbox', type: 'image', }); ``` I tried using `descPosition: false` but it didn't work

In buddies/properties I added 'accept-terms' chceckbox. In my theme I use this code to update profile fields: ``` {% set obUser = UserData.get %} {% if obUser.isNotEmpty %} {% partial...

question

Hi! How to allow multiple file selection in custom product property (type: file)?

question