Closed (fixed)
Project:
Recruiter
Version:
7.x-1.0-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2011 at 14:14 UTC
Updated:
20 Jun 2012 at 12:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fagohm, in my test-installation everything seems to work fine. Please check whether your features are not overridden.
Which plus buttons do you mean exactly?
Comment #2
bendruapal commentedScenario:
I create a new applicant (test user) and his account is created.
But I cannot edit his/my test user resume.
I was briefly able to do it by getting the status field to show and change the resume status but I am unable to re-create this..
Comment #3
bendruapal commentedFresh install of Beta3 but replace module recruiter_resume v.beta1 --> does not seem to work with beta3 but to be confirmed..
So I got it to work but I had to the following:
1) Home » Administration » Structure » Profile types ---> Show during user account registration.
2) Home » Administration » Structure » Profile types » Resume ---> Resume state (make it visible)
Create a new applicant --> Edit Resume tab is available, change status to visible ---> new I can edit my (user) resume
what is your opinion about this?
Comment #4
bendruapal commentedComment #5
bendruapal commentedComment #6
mcabalaji commentedHi
1) I can confirm this , For an applicant under My Resume I just see the titles , No Add button (Attached Screenshot)
2) For Admin , I could see the Add button , but on clicking it shows page not found
Comment #7
mcabalaji commentedComment #8
Oceanman commentedI can confirm that I get the same image as seen in #7 for the admin user.
I click on the "my resume" link
I click on the "add" link
I get the popup "page not found. The requested page could not be found." as seen in the image in #7
When I create a new user I also get the same result as #6 where there are no "add" links.
When I check the structure/field_collections I find that all the fields are there as in the beta1 version.
I have a LAMP stack on a dedicated server. What other useful information can I provide?
Comment #9
fagoLooks like the automatic profile-entity creation for accounts doesn't work properly? You could turn on rules debugging, try creating a user account and see what the debug log is. It should tell us what is going wrong.
Comment #10
Oceanman commentedI turned on the rules debugger. I created a new applicant and a recruiter (both work) and here are the debug results. I can add details to the applicant resume and create a job.
The first created applicant is still not working (no add links) and the admin resume also does not work either.
Applicant:
1. At create new account
Rules evaluation log
0 ms Reacting on event After saving a new user account.
12.008 ms Evaluating rule Register as applicant.
26.577 ms The condition data_is evaluated to TRUE
26.59 ms AND evaluated to TRUE.
27.442 ms Evaluating the action user_add_role.
28.609 ms Evaluating rule Resume initialization on insert.
29.133 ms The condition user_has_role evaluated to TRUE
29.144 ms AND evaluated to TRUE.
31.988 ms Evaluating the action entity_create.
32.415 ms Added the provided variable resume of type profile2
32.479 ms Evaluating rule Register as recruiter.
33.005 ms The condition data_is evaluated to FALSE
33.013 ms AND evaluated to FALSE.
33.072 ms Saved resume of type profile2.
85.975 ms Finished reacting on event After saving a new user account.
2. At enter password for first time
Rules evaluation log
0 ms Reacting on event After updating an existing user account.
7.248 ms Evaluating rule Resume initialization on update.
20.238 ms The condition user_has_role evaluated to TRUE
21.298 ms The condition user_has_role evaluated to TRUE
21.31 ms AND evaluated to FALSE.
21.351 ms Finished reacting on event After updating an existing user account.
This is for a recruiter account:
1. recruiter account
Rules evaluation log
0 ms Reacting on event After saving a new user account.
5.621 ms Evaluating rule Register as applicant.
15.33 ms The condition data_is evaluated to FALSE
15.339 ms AND evaluated to FALSE.
15.371 ms Evaluating rule Resume initialization on insert.
16.054 ms The condition user_has_role evaluated to FALSE
16.062 ms AND evaluated to FALSE.
16.081 ms Evaluating rule Register as recruiter.
16.612 ms The condition data_is evaluated to TRUE
16.621 ms AND evaluated to TRUE.
17.161 ms Evaluating the action user_add_role.
17.665 ms Finished reacting on event After saving a new user account.
2. Set unblocked in admin
Rules evaluation log
0 ms Reacting on event After updating an existing user account.
4.573 ms Evaluating rule Resume initialization on update.
14.543 ms The condition user_has_role evaluated to FALSE
14.554 ms AND evaluated to FALSE.
14.587 ms Finished reacting on event After updating an existing user account.
3. set password for first time
Rules evaluation log
0 ms Reacting on event After updating an existing user account.
8.611 ms Evaluating rule Resume initialization on update.
17.815 ms The condition user_has_role evaluated to FALSE
17.826 ms AND evaluated to FALSE.
17.855 ms Finished reacting on event After updating an existing user account.
Comment #11
iRex commentedsubscribing
Comment #12
iRex commentedIt seems that resume creation has to be forced to happen during registration. Additionally the applicant has to be aware enough to select 'make resume visible' in order to be able to see and add/edit a resume.
Couldn't the resume be created in the same way that a recruiter creates jobs - i.e., via a link in "Add Content" in the user menu. This could perhaps have some note about the maximum number of resumes an applicant is allowed to create.
Thanks
Comment #13
fagoproblem was the ordering of the rules, if the role was assigned too late no resume initalization happened. I committed a fix.
Comment #14
bendruapal commentedAny temp. solution to this?
Comment #16
clashar commentedI used ready package 7.x-1.0-beta4 (18.08.2011) from http://epiqo.com/recruiter.
And still got the error "The requested page could not be found." while trying to add fields in Resume.
Comment #17
dasjoplease open another issue, as the previous has been fixed quite some time ago and yours might be related but should not be the same.