Open victor0362 opened 6 years ago
the set function of url in the skeleton is duplicated.
item.setUrl(DEFAULT_URL + itemAnchor.getHrefAttribute());
Is it a bug in the skeleton code?
I delete the DEFAULT_URL in order to make the clickable Url in the summary tab work as expected. Is it alright?
You can do whatever you want with the base code.
the set function of url in the skeleton is duplicated.
item.setUrl(DEFAULT_URL + itemAnchor.getHrefAttribute());
Is it a bug in the skeleton code?