-
Notifications
You must be signed in to change notification settings - Fork 745
Multi image no longer working and freezes the screen if clicked in 4.3 #5535
Comments
As far as I remember, it is only you who uses this mechanism [probably no one else knows about it because it is disabled by default]. It requires to be rebuilt and secured. I don't know if this field will work in 4.3 - maybe we will fix it later. |
a few people appear to be using it - there are some old threads on here regarding it. When it was created your team said it would be for integrating into the main system. It is a really good idea and sure if others know about it they would use it? Some custom work your team is doing for me right now requires this for it to work. Will it work for me once the custom work is completed as otherwise it will be unusable? |
A lot of work? Can you break this work down? :-)
Jesus Christ... guys... please don't threat us as a bunch of idiots...
…On Wed, Dec 27, 2017 at 8:37 PM, PercyP ***@***.***> wrote:
@KatarzynaUlichnowska <https://github.com/katarzynaulichnowska>
a few people appear to be using it - there are some old threads on here
regarding it. When it was created your team said it would be for
integrating into the main system. It is a really good idea and sure if
others know about it they would use it?
Some custom work your team is doing for me right now requires this for it
to work. Will it work for me once the custom work is completed as otherwise
it will be unusable?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5535 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGiO_FuwEOdHZHVMP1WBjZ93-PPs6wYwks5tEkgYgaJpZM4Qj70t>
.
|
@PercyP it is already on the our testing server and soon we will upload it to GitDeveloper. @waran70 Christmas was bad? Or did you have a bad day? If we write that something takes a lot of time, it is true. You can always prove that I'm wrong and fix the entire mechanism and secure it and then video it to show us how much time it took you. |
@bpabiszczak |
Unfortunately, this mechanism will not work in 4.3.0 because it needs to be completely rewritten. All changes that we did for you, work on your version of the system and if they will be ok, we will upload it to your version of the system without the update to 4.3.0. |
Does that mean I will not be able to update to 4.3? I need to move to 4.3 as it irons out lots of issues I was having on 4.2 |
Certainly, you won't be able to update straight away. In 4.3 this loading doesn't work at all, if I remember correctly it was partly deleted from the system because of security reasons and now it requires rewriting [it may take 2-3 working days] and because we do it for free, it will have to wait until we have a spare moment. Answering your question, you will be able to migrate to a new version but it would be best to do when we add a missing mechanism, which will be in 4.4 version. |
@bpabiszczak |
We created from scratch a field that allows you to add images. Please test the new functionality on the gitdeveloper version and send us some feedback, if there’s anything missing we’ll do our best to add it |
I am just testing on gitdeveloper version and added a test multimage field (first in Contacts then in Competition). Then when I go to the add record I get an error message as follows: Error!!! Followed by this: #0 vendor/yetiforce/yii2/db/Command.php(1143): yii\db\Command->prepare(true) Is it something I have done? Kind regards |
It's not done yet |
Hi,
I am testing version 4.3 upgrade. I have multi image installed and since upgrading the images no longer display - just the general no image icon (see attached screenshots). This is the same in record summary and details.
If I click on the image icon the screen freezes - same happens if I try to delete the image.
I went to yetiforce/modules/Settings/LayoutEditor/models/module.php and enabled the MultiImage here:
public function getAddSupportedFieldTypes() { return [ 'Text', 'Decimal', 'Integer', 'Percent', 'Currency', 'Date', 'Email', 'Phone', 'Picklist', 'URL', 'Checkbox', 'TextArea', 'MultiSelectCombo', 'Skype', 'Time', 'Related1M', 'Editor', 'Tree', 'MultiReferenceValue', 'CategoryMultipicklist', 'MultiImage'
The text was updated successfully, but these errors were encountered: