-
Notifications
You must be signed in to change notification settings - Fork 520
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
Reopened: Add a Task homepage component does not exist #58
Comments
Do you have the Visualforce page Milestone1_One_Line_Create in your org? |
Yes, I do have that visualforce page. Sorry, I thought I had replied to the email I got about this to post a reply. |
I have "Milestone1_One_Line_Create" in my Visualforce page access as well. I also have "Milestone1_One_Line_Controller" and "Milestone1_One_Liner_Controller_Tst" in my Apex Class Access. Just like Chino, I get the same "URL No Longer Exists" page in the frame where the one-line editing should be. I am doing this within my Salesforce sandbox, would that effect whether the one-line editing works? |
Do any issues get resolved in this forum? I am having the same issue. I installed Milestones but the Add to Task component does not show up properly on the main display. How can I enable this so I can work my way through the rest of the tutorial. thanks |
I had the same problem when I downloaded the code from the appexhchage. I found that the name of the VF page that the component was referencing didn't match the actual page name. I fixed it by changing the reference in the component to match the actual page name |
@latentfuss what was the correct reference? |
@kaleksich I ended up editing the HTML for the Homepage Component, "Add A Task". Specifically I changed, iframe src to read.... src="/apex/Milestone1_One_Line_Create" (I don't remember the original setting, but the path was pre-pended with a couple of other folders). |
@latentfuss made the src change and saved but looking at the code again shows that the forward slashes are stripped out as in: Is this a Winter '14 thing? Is there a way to escape characters in the code? |
When I edit the Add a Task Homepage Component, there is no HTML in there, just the window that states that the homepage component does not exist. Can someone post the entire HTML snippit that should go in there? |
The "Add a Task" Homepage component was empty html for me too. I created a new one to reference the Milestone1_One_Line_Create VF page rather instead of being an html component. (Also adjusted the VF page to have a transparent body background.) |
@BryanLL could you please post the solution you developed? Thanks. |
I followed the code from here: https://github.com/ForceDotComLabs/Milestones-PM/blob/master/src/homePageComponents/Add%20A%20Task.homePageComponent
<iframe src="/apex/LABSMPM__Milestone1_One_Line_Create" style="border: 0pt none; margin: 0pt; padding: 0pt;" frameborder="no" height="160" width="100%"></iframe>I am already trying to put it in as a homepage component.
I am adding the following code:
When I try to view it, I get the error "URL No Longer Exists"
My previous case link: #52
The text was updated successfully, but these errors were encountered: