Matthew Schill mschill
  • Joined on 2024-09-05
mschill created branch GIT_ATRIBUTE_FILE in Volian/SourceCode 2024-10-10 15:50:42 -04:00
mschill created pull request Volian/SourceCode#427 2024-10-10 08:39:41 -04:00
B2024-078 Bad Transition preventing editing of a substep. Can enter changed text, but then when move to another textbox, original text returns.
mschill created branch B2024-078 in Volian/SourceCode 2024-10-10 08:38:23 -04:00
mschill pushed to B2024-078 at Volian/SourceCode 2024-10-10 08:38:23 -04:00
a550ef1b50 B2024-078 Bad Transition preventing editing of a substep. Can enter changed text, but then when move to another textbox, original text returns.
mschill created pull request Volian/SourceCode#423 2024-10-09 13:14:30 -04:00
C2024-024 Simple Selection of Fields to add to Return Values and Menu Values
mschill created branch C2024-024 in Volian/SourceCode 2024-10-09 13:12:57 -04:00
mschill pushed to C2024-024 at Volian/SourceCode 2024-10-09 13:12:57 -04:00
591fc03ca2 C2024-024 Simple Selection of Fields to add to Return Values and Menu Values
mschill created pull request Volian/SourceCode#422 2024-10-08 15:05:32 -04:00
C2024-023 Autocomplete on Group Definition Accessory Page Access Values.
mschill created branch C2024-023 in Volian/SourceCode 2024-10-08 15:03:26 -04:00
mschill pushed to C2024-023 at Volian/SourceCode 2024-10-08 15:03:26 -04:00
1b6eeaf4ad C2024-023 Autocomplete on Group Definition Accessory Page Access Values.
mschill pushed to Development at Volian/SourceCode 2024-10-07 11:51:38 -04:00
68639eadf0 Merge pull request 'C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4' (#420) from C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4 into Development
dc77984c10 C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
5b4e1cd694 C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
3fbd974fa9 C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
Compare 4 commits »
mschill merged pull request Volian/SourceCode#420 2024-10-07 11:51:37 -04:00
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
mschill commented on pull request Volian/SourceCode#420 2024-10-04 15:08:57 -04:00
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4

It is still not showing / line 23801 is showing as: IF @xconfig.exist('//Enhanced[1]') = 0

instead of:

IF ISNULL(@xconfig.exist('//Enhanced[1]'),0) = 0

Let me know if you have any…

mschill suggested changes for Volian/SourceCode#420 2024-10-04 14:49:26 -04:00
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4

Looks good with the exception of the line 23801 change - which needs to remain in wrapped in the ISNULL.

mschill commented on pull request Volian/SourceCode#420 2024-10-04 14:47:30 -04:00
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4

this change needs to remain in / may need to resubmit with get latest.

mschill created pull request Volian/SourceCode#419 2024-10-04 12:49:45 -04:00
B2024-076 Correct Linking / Numbering when utilizing Paste Replace with Enhanced Steps over unlinked steps
mschill created branch B2024-076 in Volian/SourceCode 2024-10-04 12:47:28 -04:00
mschill pushed to B2024-076 at Volian/SourceCode 2024-10-04 12:47:28 -04:00
dd83491169 B2024-076 Correct Linking / Numbering when utilizing Paste Replace with Enhanced Steps over unlinked steps
mschill commented on pull request Volian/SourceCode#418 2024-10-04 09:52:52 -04:00
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-2

One possibility (to make sure the table does not grow exponentially over time) would be in: DeactivateStateDisplayTabTmp.sql

at the beginning before setting all to Inactive, if Tabs are…