Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may add fragments by editing the file /properties/al/fragments.xml

Fragment Priority

...

Priorities

Fragments are documented in uPortal_Documentation_Chapter_2.pdf .

Query that lists fragments with their priorities:

Code Block

select f.fragment_id,f.node_id,f.name,f.chan_id,f.type ,r.restriction_value from UP_FRAGMENT_RESTRICTIONS r, UP_FRAGMENTS f 
  where r.fragment_id=f.fragment_id and r.restriction_type=1 and f.node_id=r.node_id and f.node_id=1