Announcement

Collapse
No announcement yet.

How do I change the label for 'Working Time Calendars?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I change the label for 'Working Time Calendars?

    How do I change the label for 'Working Time Calendars?
    Working Time CalendarsHow do I change this list?

    Click image for larger version

Name:	image.png
Views:	139
Size:	50.6 KB
ID:	100805

  • #2
    Administrator - > Label Manager -> look for the entity and there in the section labels

    Comment


    • #3
      @shalmaxb 沙尔马克斯布
      "I found it, but I can't change the labels of the entities, I can only change the labels of the items."
      Click image for larger version

Name:	image.png
Views:	104
Size:	60.4 KB
ID:	100822

      Comment


      • #4
        Label of Entity you can set in the Administrator -> Entity Manager -> your entity -> give it your name

        Comment


        • #5
          Administration > Label Manager > Global > scopeNamesPlural
          ​​​​​​​Administration > Label Manager > Global > scopeNames

          Comment


          • lj4353
            lj4353 commented
            Editing a comment
            Thank you, with your guidance my issue was correctly resolved.

        • #6
          @yuri
          How can I add items to the Working Time Calendar list page, since the WorkingTimeCalendar page is not editable?​
          Click image for larger version

Name:	image.png
Views:	113
Size:	22.8 KB
ID:	100836

          Comment


          • #7
            Originally posted by lj4353 View Post
            WorkingTimeCalendar page is not editable?​
            It's edited as follows:

            Click image for larger version

Name:	image.png
Views:	93
Size:	14.5 KB
ID:	100843

            Comment


            • #8
              victor
              "I want to change the items displayed in the list, not the data itself."Click image for larger version

Name:	image.png
Views:	94
Size:	17.1 KB
ID:	100846

              Comment


              • #9
                Hi,
                You can customize the list views in Layout manager.

                Your questions are all explained in the documentation and you would have to write a lot of forum posts, asking every small issue (which in fact not are issues). Not for bad, but helping.

                Comment


                • lj4353
                  lj4353 commented
                  Editing a comment
                  "There is no 'Working Time Calendars' option in the Layout Manager, and it is also not editable in the Feature Manager."

              • #10
                Hey @lj4353

                You need to enable customisation to the entity, you need to create a new file under this path custom\Espo\Custom\Resources\metadata\scopes\Worki ngTimeCalendar.json and paste in the code below:

                PHP Code:
                {
                    
                "layouts"true,
                    
                "customizable"true

                Once done, then go to the administration > rebuild and clear cache and refresh the page, now if you go to administration > Entity Manager > you can find the workingtimecalendar and you can modify it as you wish. Please be careful as this is a important entity for managing calendar times.

                Comment


                • lj4353
                  lj4353 commented
                  Editing a comment
                  Thank you for your guidance, the problem has been solved
              Working...
              X