revert Kanban to old style without horizontal scroll and plus icon

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Russ
    Senior Member
    • Feb 2022
    • 426

    revert Kanban to old style without horizontal scroll and plus icon

    Please help, we love to see all deals on the same page without horizontal scroll, last night I updated from 7.0.8 to 7.0.9 and now I have a horizontal scroll and plus icon to add an opportunity on every stage, this was not mentioned under the release notes, please help me to remove horizontal scroll and plus icon from the kanban view, thanks
  • yuri
    Member
    • Mar 2014
    • 8455

    #2
    You can manually change this value: https://github.com/espocrm/espocrm/b.../kanban.js#L55
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8455

      #3
      I added kanbanMinColumnWidth config parameter in v7.1.0.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • Russ
        Senior Member
        • Feb 2022
        • 426

        #4
        Helped on 160 (in our case), thank you so much, Yuri.

        Comment

        • Russ
          Senior Member
          • Feb 2022
          • 426

          #5
          Dear Yuri, but how do we remove "+" from there, since it still consumes a lot of space

          Comment

          • yuri
            Member
            • Mar 2014
            • 8455

            #6
            What do you mean by "consumes a lot of space".
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • Russ
              Senior Member
              • Feb 2022
              • 426

              #7
              Actually, it's not, sorry and thank you, Yuri

              Comment

              • Russ
                Senior Member
                • Feb 2022
                • 426

                #8
                FYI community.
                If someone looks into this later, in version 7.1.0+ there is no such config value, you have to open /data/config.php and add a value 'kanbanMinColumnWidth'=>your value (in my case, 160), don't forget to add coma before prevous JSON value, it should work.

                Comment

                Working...