#123 Implement display of row_number parameter for child tasks#155
Open
cnstlungu wants to merge 3 commits intocode4romania:masterfrom
Open
#123 Implement display of row_number parameter for child tasks#155cnstlungu wants to merge 3 commits intocode4romania:masterfrom
cnstlungu wants to merge 3 commits intocode4romania:masterfrom
Conversation
Contributor
|
hey @cnstlungu thank you for the pull request, we are reviewing it and probably will merge it soon. In the mean time, if you would be able to log defects for the issues that are failing the tests, that would be awesome. |
…tasks : changes after latest development. Retest & fixes
Author
|
@catileptic @RaduCStefanescu I've sorted out conflicts for this pull request. I've also retested all the tasks. All tasks work now - I can confirm I'm able to fill both RowEntry and Table data and see it pass through to the database together with the row_number. Please peer review. A couple of more fixes were necessary and introduced:
Kindly let me know if there's anything else needed here to get this going forward. Regards |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello everyone,
This is my proposal for the changes. Please peer review and suggest any changes or improvements.
It is my understanding that only RowEntry tasks need a row_number
Short note on how testing was done:
Testing PASSED
TaskOwnedLandRowEntry OK
TaskOwnedAutomobileRowEntry OK
TaskOwnedBankAccountsRowEntry OK
TaskOwnedDebtsRowEntry OK
TaskOwnedIncomeFromPensionsRowEntry OK
TaskOwnedJewelryRowEntry OK
TaskExtraValuableRowEntry OK
TaskOwnedBuildingsRowEntry OK
TaskOwnedIncomeFromInvestmentsRowEntry OK
Testing FAILED due to existing problems:
Kindly let me know if it's OK for me to create bugs for the tasks currently failing that aren't logged as such yet.
Regards
Costin