Anchor links to jump to specific app field
Hi Podio,
I found a tiny bug but which would make life easier for my clients.
In bigger apps it's very useful to be able to use anchors to let a user jump to a specific section.
e.g. https://podio.com/org/space/apps/app/items/1#app-field-external-id
The great thing is that it already works if you first visit https://podio.com/org/space/apps/app/items/1 and only in a second phaze add #app-field-external-id
It doesn't however when you visit directly https://podio.com/org/space/apps/app/items/1#app-field-external-id (probably because there is so much logic associated with anchors at the initial loading of the page and he does not recognize the tag.
Can this be fixed?
-
A fix would be great +1.
We use a workaround: In large apps under the title field we have a calculation field "Direct jumps". There are some field names listed which have links. The calculation looks like:[Bottom](#app-field-external-id of the last field) + " " + [field y](#app-field-external-id) + " " + [field x](#app-field-external-id) ....
-
@Rainer and @Podio.
So just to clarify, and that we are on the same page. The calculation thing works. So when the page is already loaded and then you click on an anchor link. We jump.
However it doesn't work if you came from an external source and load the page + anchor at the same time.
Please fix :)
-
Hi PJ,
Thank you for contacting us here!
So that we can review this, I would like to get some additional data. Would you kindly open up a support case with us here:https://support.citrix.com/cscase#/podio
I want to make sure that I have accurate details as to what is happening.
Looking forward to speaking with you soon!
Best,
Dana
-
Is there any updates about this? Maybe someone can help me to finish this script.
Because I used this way, as this guy shows, but still have a problem with it.
I've just tried this, and works only the first (sec1-secX...) hyperlink in nav bar, the rest is added to it, just like text and no spaces between.
var sec1 = "<a href=\"https://podio.com/sandbox/hr/apps/empt/items/"+@Unique ID+"#skills"+"\">SKILLS</a";
var sec2 = "<a href=\"https://podio.com/sandbox/hr/apps/empt/items/"+@Unique ID+"#bank-info"+"\">BANKING</a";
var sec3 = "<a href=\"https://podio.com/sandbox/hr/apps/empt/items/"+@Unique ID+"#relationship"+"\">SECTIONS_abc</a";
var nav = sec1 + " | " + sec2 + " | " + sec3;
nav;
OUTPUT:--> SKILLSBANKINGSECTIONS_abc
So there is Hyperlinked only [SKILLS] the rest is only the text) and no mater, I can change in [nav var = sec3..., then will be hyperlinked [SECTIONS_abc] and the rest goes like text
-
I have the same problem with AD.MIN
Is there anyone that have already fixed it?
-
var sec1 = "TOP";
var sec2 = "ID";
var sec3 = "DOCUMENTS";
var sec4 = "PAYROLL";
sec1.link("https://podio.com/workspace/app/items/" + @Unique ID + "#title-employee") + " | " +
sec2.link("https://podio.com/workspace/app/items/" + @Unique ID + "#field") + " | " +
sec3.link("https://podio.com/workspace/app/items/" + @Unique ID + "#field-7") + " | " +
sec4.link("https://podio.com/workspace/app/items/" + @Unique ID + "#field-2");
Please sign in to leave a comment.
Comments
11 comments