Skip to content

Error fix - #2975

Open
Severnity wants to merge 8 commits into
developfrom
error_fix
Open

Severnity wants to merge 8 commits into
developfrom
error_fix

Conversation

@Severnity

Copy link
Copy Markdown
Contributor

No description provided.

EDT reported 9 'subsystems order is specified, but subsystem is absent'
problems. Added the missing entries to subsystemsOrder:

- Configuration: Incidents
- MasterData: Other
- Reports: TechnicalReports, FixedAssets, Accounting
- Settings: SystemAttributes, ObjectTransformation, BusinessProcesses
- Treasury: Accruals
Fixes 8 'module-consecutive-blank-lines' problems reported by EDT:
7 in Unit_AccessSubsystem, 1 in Unit_RunTest form module.
Fixes 16 'form-self-reference' problems reported by EDT: the deprecated
form self-reference is replaced with the object self-reference in the
ItemKeys, Items and AttachFile form modules.
Fixes 1 'common-module-named-self-reference' problem reported by EDT.
The module prefix is dropped for the in-module call; the remaining
occurrences are 'See' doc-comment links and stay as they are.
Fixes 6 'doc-comment-export-function-return-section' problems reported
by EDT. Documentation only, no behaviour change:

- Unit_ExpenseAndRevenueTypes: 4 functions returning an empty string
- Unit_CommonTests: 2 functions returning Undefined and reporting
  failures via Unit_Service.assertFalse
Fixes 7 'doc-comment-collection-item-type' problems reported by EDT.
Documentation only, no behaviour change: Map and FixedMap types now
declare their key and value types. Headers and Options are String to
String; the map passed to GetPresentationMap only has its key read,
so its value is Arbitrary.
Fixes 1 'export-procedure-missing-comment' problem reported by EDT.
Documentation only, no behaviour change.
Fixes 1 'form-module-missing-pragma' problem reported by EDT.
AddFormAttributes modifies form items on the server and its only caller
is the &AtServer handler Unit_OnCreateAtServerAfter, so &AtServer is the
matching directive.
@DitriXNew

Copy link
Copy Markdown
Contributor

Выглядит норм, но мало, и по хорошему там бы ру перевести на инглишь блоки

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants