C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4 #420
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added missing table DisplayTabTmp to PROMSFixes.sql
@ -23798,7 +23798,7 @@ BEGIN TRY -- Try Block
--then remove the link from the copy
--if original item was not linked, update new items to not be linked
DECLARE @xconfig XML = (Select cast(config as xml) xconfig from Contents where ContentID = @ContentID);
IF ISNULL(@xconfig.exist('//Enhanced[1]'),0) = 0
this change needs to remain in / may need to resubmit with get latest.
this was a change based on what Paul Linn found with the Paste/Replace testing this morning.
I did get latest, and the change was included.
It is still not showing / line 23801 is showing as:
IF @xconfig.exist('//Enhanced[1]') = 0
instead of:
Let me know if you have any questions - I can do a screenshare to show what I am seeing.
Looks good with the exception of the line 23801 change - which needs to remain in wrapped in the ISNULL.
Paul, can you remove the C2020-049 from the RevDescription?
I'm good with the changes
Looks good with the added change: