Skip to content
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

No actions work against list members in 0.9.3 #121

Closed
RussH opened this issue Aug 25, 2016 · 3 comments · Fixed by #122
Closed

No actions work against list members in 0.9.3 #121

RussH opened this issue Aug 25, 2016 · 3 comments · Fixed by #122
Assignees
Milestone

Comments

@RussH
Copy link
Member

RussH commented Aug 25, 2016

reproducable on 0.9.3 at http://demo.opencats.org;

when a list of candidates is created, all actions fail, including 'send email' and 'add to pipeline'.

all 'Actions' fail on candidates to - seems to be the Actions feature that's failing everywhere.

@RussH RussH added this to the 0.9.3 milestone Aug 25, 2016
@RussH
Copy link
Member Author

RussH commented Aug 25, 2016

@mlespiau @skrchnavy not sure if this failure is due to the access-level checks or the changes to support fluid width? can you check please?

@skrchnavy
Copy link
Contributor

for sending email probably this is cause:

if(!isset($_POST['i']) || !isset($_POST['p']))

@skrchnavy
Copy link
Contributor

for add to pipeline probable cause is

CommonErrors::fatal(COMMONERROR_BADINDEX, $this, 'Bad Server Information.');

@skrchnavy skrchnavy modified the milestones: 0.9.4, 0.9.3 Aug 25, 2016
skrchnavy pushed a commit to AnritsuSolutionsSK/OpenCATS that referenced this issue Aug 25, 2016
RussH pushed a commit that referenced this issue Aug 26, 2016
fixed #121 - the broken functionality for activities including 'send email to candidates' and 'add to pipeline' are restored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants