Feature #9544
implement missing SESSION handle attributes
100%
Related issues
History
#1 Updated by Eric Faulhaber over 1 year ago
Attributes:
FIRST-BUFFERFIRST-QUERY
#2 Updated by Ovidiu Maxiniuc over 1 year ago
I did basic tests and these seem to work as expected. Yet, the gaps seem so suggest there is still work to do here:
<rule>attrs.put(prog.kw_first_bu, rw.cvt_lvl_full | rw.rt_lvl_basic)</rule> <!-- not heavily tested -->
<rule>attrs.put(prog.kw_first_qr, rw.cvt_lvl_full | rw.rt_lvl_basic)</rule> <!-- TODO in implementation suggests alternate implementation -->I may be wrong, but I do not think that is the case. The implementation is common for all the dynamic resources.#3 Updated by Greg Shah over 1 year ago
- Assignee set to Ovidiu Maxiniuc
You might as well make the gap marking change and let's just get this closed out.
#4 Updated by Ovidiu Maxiniuc over 1 year ago
- % Done changed from 0 to 100
- Status changed from New to WIP
I created branch 9544a and committed the updates on gap info for FIRST-BUFFER and FIRST-QUERY SESSION attributes.
#5 Updated by Greg Shah over 1 year ago
- reviewer Greg Shah added
Code Review Task Branch 9544a Revision 15688
No objections. The reporting changes only need simple testing with Hotel GUI reports.
#6 Updated by Greg Shah over 1 year ago
- Related to Feature #9542: finish ORIGIN-HANDLE ProDataSet attribute added
#7 Updated by Greg Shah over 1 year ago
- Status changed from WIP to Internal Test
#8 Updated by Ovidiu Maxiniuc over 1 year ago
Greg Shah wrote:
Code Review Task Branch 9544a Revision 15688
No objections. The reporting changes only need simple testing with Hotel GUI reports.
Navigation in Hotel GUI application with FWD built with 9544a showed no regressions.
#9 Updated by Greg Shah over 1 year ago
- Status changed from Internal Test to Merge Pending
Please merge to trunk.
#10 Updated by Ovidiu Maxiniuc over 1 year ago
- Status changed from Merge Pending to Test
Branch 9544a was merged into trunk as r15725 and then was archived.