Matthew Schill mschill
  • Joined on 2024-09-05
mschill created pull request Volian/SourceCode#430 2024-10-14 16:28:33 -04:00
B2024-079 Consistency of adding_editing_removing fields in RO Editor - Referenced Object Definition Form
mschill created branch B2024-079 in Volian/SourceCode 2024-10-14 16:17:07 -04:00
mschill pushed to B2024-079 at Volian/SourceCode 2024-10-14 16:17:07 -04:00
7d408df904 B2024-079 Consistency of adding_editing_removing fields in RO Editor - Referenced Object Definition Form
mschill created pull request Volian/SourceCode#428 2024-10-10 15:52:03 -04:00
GIT_ATTRIBUTE_FILE - adjusting GIT settings so should be able to see diff of xml files in GIT (and not just Visual Studio
mschill created branch GIT_ATRIBUTE_FILE in Volian/SourceCode 2024-10-10 15:50:42 -04:00
mschill pushed to GIT_ATRIBUTE_FILE at Volian/SourceCode 2024-10-10 15:50:42 -04:00
9b71ce0fee GIT_ATTRIBUTE_FILE - adjusting GIT settings so should be able to see diff of xml files in GIT (and not just Visual Studio
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.