Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Synchronet Synchronet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 254
    • Issues 254
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

This GitLab instance has migrated as of Nov-5-2022 to a new server: hardware, OS, SSH key

Admin message

The v3.20a development branch has now been merged to the master branch. Sysops upgrading from earlier versions must run 'jsexec update'

  • MainMain
  • SynchronetSynchronet
  • Issues
  • #344
Closed
Open
Issue created Feb 20, 2022 by Andre Robitaille@andreMKEContributor

DDMsgReader error when displayBoardInfoInHeader=true

When DDMsgReader.cfg has displayBoardInfoInHeader set to true, it throws an error when trying to list messages ('M' when reading a message): !JavaScript DDMsgReader.js line 6877: TypeError: msgbase is undefined

Looks like the variable definitions are out of order. My line numbers are different than what I see in gitlab, so not sure if this actually starts at 6877 or 6987.

var msgGroupName = msg_area.grp_list[msgbase.cfg.grp_number].description;
var subBoardName = "Unspecified";\
var msgbase = new MsgBase(this.subBoardCode);

Moving msgbase above the others makes the error go away and the header start working. But not sure if it breaks anything else.

This still breaks if trying to list messages 'L' from main, so not sure if that's related or should be a new issue. I'm unsure if curgrp and cursub aren't being passed to the module or if DDMsgReader isn't dealing with them properly.

Assignee
Assign to
Time tracking