Cas
Cas
In response to https://github.com/mantisbt/mantisbt/pull/1829#discussion_r906856296 I understand that it is possible to change it. Just was wondering that this way, it is actually more clearer/explicit for which statuses this would run...
@atrol, Initially you advised to change it to an array (https://github.com/mantisbt/mantisbt/pull/1829#issuecomment-1166487115) and provided a one line condition statement (https://github.com/mantisbt/mantisbt/pull/1829#discussion_r906821053). Now you tell me that I should revert from the array...
So here is my sample: $p_user_access_level = ADMINISTRATOR $p_threshold = UPDATER or $p_threshold = array (REPORTER, UPDATER,) If the user has higher level than UPDATER i want to get a...
In my view this access_compare_level function is not serving both options equally. An array does not need to have sequential values, gaps are possible. The second statement is building on...
@atrol, the result is different as i pointed out earlier (https://github.com/mantisbt/mantisbt/pull/1829#issuecomment-1168453465) hence I changed the way i would do the check. But with the above in mind (different behavior of...
I have updated the corresponding files along what we agreed, hope we can proceed (I will be offline till July 11th)
Have corrected the wrong entries for config_defaults_inc.php followed by another commit
Hope I covered the latest requests in full such that this change is ready for release.
Perhaps the best thing to do, is to throw this away. I will start from scratch in order to get a clean start. I suspect that the rebase introduced this...
This is not going back to the old world with simple (often still too complex) and advanced scripts, no discrete options, this remains one script which allows for tailoring the...