As I understand it a pageList will always contain a globId variable.
Can we not just extract it from the pageList with pageList$globId?
What is the purpose of having an additional globId argument in the createPage function?
If there is none and it is an oversight, I could rewrite the code to extract the Id from the pageList, but leave the argument in (for now) until we elminated all its uses.
As I understand it a pageList will always contain a globId variable.
Can we not just extract it from the pageList with pageList$globId?
What is the purpose of having an additional globId argument in the createPage function?
If there is none and it is an oversight, I could rewrite the code to extract the Id from the pageList, but leave the argument in (for now) until we elminated all its uses.