x] 'PRB-PG-view/{article} - navDapp links in are no longer returning valid results
DESC =
WHEN= click link to ___ from the 'navDapp' controller in the details panel of the view page,
was working previously, change the PG view/{L2} books, inventories, ... PG entry code for FIX PRB set view/articles ?id= null, invalid
[WHERE]
] ON PG = 'view/article'
] ON PG = 'view/item'
] ON PG = ....
[WHEN]
] ON click 'navDapp' in Details panel, link to dapp/s
[WHAT.HAPPENS.WHEN]
x] ERROR MSG = 'none'
x] ERROR MSG DETAILS ='..'
[CAUSE.SUSPECT]
x]
[TRY =]
[REVISION-001]
x] WAS - prev was using parent_id value and using constructor to create parent object and then using getting the parent(library,warehouse,..) id from that
library , warehouse, ETC have constructor by name_library, warehouse, ...
] PRB - we dont always have a parent_id,
x] NOW - add qry to L2 object,
] add method to L2 objects getBooksInLibrary(library_name), overriding the 'getBooksInLibrary(parent_id)' method