You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sounds very generic, especially with "link model_element" also being a thing. What's this supposed to do?
insert text_element
insert heading
insert table
I'm not familiar with Polarion's specifics, why can't we just use the normal HTML elements for these? Especially table handling sounds like a huge pain to deal with if we need to make a custom function (or, more likely, multiple), instead of just using plain <table>, <tr>, <td> etc. tags.
Work on generic rendering helper methods:
for the individual target tool. In this repo we will provide the
PolarionTemplateHelper
.The text was updated successfully, but these errors were encountered: