-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Opportunity timeline #5
Comments
Hi @m-oscarsson, that seems like the issue :) I will add a fix to dynamically retrieve this value. Should have a fix in 1-2 days. |
Thank you for your response and for your PFC!
Best regards,
Mark
Den mån 4 maj 2020 kl 16:56 skrev Rama Rao Koneru <[email protected]
…:
Hi @m-oscarsson <https://github.com/m-oscarsson>, that seems like the
issue :) I will add a fix to dynamically retrieve this value. Should have a
fix in 1-2 days.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANNHDVPJ6WAP7LNQFKGITGLRP3JTFANCNFSM4MYZ34EA>
.
|
Thank you! I added the fix in the latest release. Could you give that a try? |
Works great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to drag-and-drop on an opportunity timeline it gives an error that the entity Opportunitys cannot be found. The plural name is Opportunities by english standard.
Guess this line is the culprit :)
AttachmentUpload/AttachmentUploader.tsx line 51:
attachmentRecord[
objectid_${entity}@odata.bind
] =/${entity}**s**(${id})
;The error exists in AttachmentDragandDrop_1_0_0_2_Managed.zip
The text was updated successfully, but these errors were encountered: