utsa-asc / college-dls

design language system for the University of Texas at San Antonio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMS: Links getting output even when "No Link" is selected

garza-utsa opened this issue · comments

Example page:

https://walle.it.utsa.edu/entity/open.act?id=5897236781736a2d3d00f35cb9797db3&type=page

https://klesse.utsa.edu/faculty/profiles/painter-frank.html

Outputs a URL for "Personal Website" even tho the data definition is set to "No Link":

Screenshot 2022-11-09 at 2 01 44 PM

Screenshot 2022-11-09 at 2 02 14 PM

Looks like the format logic is not looking at type, and only if there is a label. The existing link data is from an old profile (copied profile page?). https://sites.google.com/view/omarabbaas/home

updated conditional after #linkData:

#if(!$_PropertyTool.isEmpty($linkLabel) && $linkURL.length()>8 && $linkType != "no link")

Is it okay to close this issue?