Saturday, 25 April 2020
  8 Replies
  643 Visits
0
Votes
Undo
Hi,
I am setting the HEADER Content-Security-Policy with the 'unsafe-inline' for all types with the needed url exceptions.
I am not setting anything for jEvents. All works well except when in the frontend I pick the edit on an existing event and in the popup I select "Copy and edit event". Saving the instance of the copied event crashes.

Sequence
1) When I validate the "edit or a "Copy and edit event" first error in the chrome console is:
"Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'"
The source points to the last statement "document.getElem...

function setupRepeats() {
hideEmptyJevTabs();
var freq = "NONE";
document.getElementById(freq).checked = true;
toggleFreq(freq, true);
var by = "jevbd";
document.getElementById(by).checked = true;
var by = "byday";
toggleWhichBy(by);
var cu = "cu_count";
document.getElementById(cu == "cu_until" ? "cuu" : "cuc";).checked = true;

there is also an error in trying to load an image


2) When I edit the copy and then press the save button I get:
Error: 0
Call to a member function evdet_id() on null

and in the console I get the image I attach here.

An edit of an event works well when I save. It is the copy of an existing instance that is problematic when I save.

What is your suggestion ?

Thanks
Roland
4 years ago
·
#216176
Accepted Answer
0
Votes
Undo
Version 3.4.57 includes this change - did it help your situation?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#215992
0
Votes
Undo
The browser is being excessively fussy - if you change the window.setTimout to read

window.setTimeout(setupRepeats, 500);

it doesn't complain - I'll include this in the next release.

I'll also resolve the edit as copy issue - watch for a new release tomorrow.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#215993
0
Votes
Undo
p.s. Sorry - on closer inspection there is a problem remaining with calls to 'eval' - if you make the description field required then we have to call the editor's getValue function to know if there is any text in the WYSIWYG editor. Don't think we can do this in Joomla 3.9 without using eval.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#215994
0
Votes
Undo
Thanks
4 years ago
·
#215995
0
Votes
Undo
Not sure I understand what you mean by "if you make the description field required"
4 years ago
·
#216033
0
Votes
Undo
Sorry new release was delayed.


When you configure JEvents you can set certain fields as being 'required' i.e. not empty. That way you can force the event creator to add a description to an event. Getting the value of this in Joomla 3.9 requires a call to javascript from the editor - I'll see if we can do this via a closure or custom function

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#216147
0
Votes
Undo
Hi,
Is this the awaited change ? : "Change settimeout call to pass reference to function instead of function string - was interpreted as a call to eval by content security policy settings"
Roland
4 years ago
·
#216176
Accepted Answer
0
Votes
Undo
Version 3.4.57 includes this change - did it help your situation?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#216177
0
Votes
Undo
It did, thanks a lot!
  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.