Alexander Bautz

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 4,721 total)
  • Author
    Posts
  • in reply to: Set Value action for People or group field type #38298
    Alexander Bautz
    Keymaster

      I have a few other issues left before I can release the next version, but hope to get it done during the weekend.

      Alexander

      in reply to: Contents when using email current tab #38290
      Alexander Bautz
      Keymaster

        Try adding the CSS directly to the Custom CSS textarea and not load it as an external css-file.

        Alexander

        in reply to: Custom JS examples #38286
        Alexander Bautz
        Keymaster

          I have noted it and will see if I can add support for that in a future release (most likely as an option that you can set on the attachment field if you want to allow downloading files).

          Alexander

          in reply to: Version History, Issues with Rich Text, and other notes #38285
          Alexander Bautz
          Keymaster

            The deletion of the viewfield was the clue – I had a cross reference between viewfields and prefill fields when deleting fields. I have fixed it in the upcoming release, but this will not be published until sometime this weekend.

            I have noted your other request (to-do-list) and will look into it later. I assume the status of the to-do items will only “live” inside the individual list items and not be rolled up in any kind of way? (that would complicate things).

            Alexander

            in reply to: Contents when using email current tab #38284
            Alexander Bautz
            Keymaster

              If you have the CSS in a file, please try adding it directly in the Custom CSS field.

              Alexander

              in reply to: Contents when using email current tab #38281
              Alexander Bautz
              Keymaster

                I found my old demo site where I created this code example and tested adding the print button. Unfortunately I’m unable to recreate the problem – maybe you have some other Custom CSS that interferes? – see screenshot of my print preview attached.

                Alexander

                in reply to: Contents when using email current tab #38275
                Alexander Bautz
                Keymaster

                  I don’t have this setup in a test list – can you share the HTML code and CSS styling you use for the status icons so I can have a look?

                  Alexander

                  in reply to: Changing color of checkbox itself #38270
                  Alexander Bautz
                  Keymaster

                    To ease the troubleshooting, can you add the CSS to the Custom CSS area directly?

                    Alternatively, try adding !important to the style properties like this:

                    .spjs-form-choice-wrap .spjs_chk_checkmark,
                    .spjs_radio_wrap .spjs_radio_checkmark {
                        background-color: white!important;
                    }
                    
                    .spjs_chk_wrap input:checked~.spjs_chk_checkmark,
                    .spjs_radio_wrap input:checked~.spjs_radio_checkmark {
                        background-color: gray!important;
                    }
                    

                    Alexander

                    in reply to: Version History, Issues with Rich Text, and other notes #38269
                    Alexander Bautz
                    Keymaster

                      Restoring a previous version is not currently possible using client side code, but there is an option in the Misc tab to show a link to open the default version log functionality where you can restore a previous version.

                      Pasting images is unfortunately not supported (as it is also not in standard SharePoint). The paste functionality is there by default in the browser, but when you paste in a rich text field, the image uses base64 formatting that SharePoint just removes when you save it. The only way to add images is to use the URL to an image in the add-image icon.

                      I’ll look into adding support for automatically saving pasted images as attachments (or add them to siteassets) in a future version.

                      Cascading dropdowns are already supported – look at the user manual for details.

                      Regarding vLookup dates: Does the date show correctly in the child item if the user opens it up and not just looks at it in the vLookup table in the parent item?

                      Regarding customizer function: I have fixed the bug where removing the customizer function shows the message “Customizer function not found” in the upcoming version.

                      I’m unfortunately still not able to recreate the issue you describe with all viewFields from the Build the table shows in the Add new item tab. Are you maybe copying or cloning the vLookup config prior to this happening?

                      in reply to: Changing color of checkbox itself #38266
                      Alexander Bautz
                      Keymaster

                        I’m wondering if you have pasted the code in the correct place – can you show me a screenshot of your Custom CSS?

                        Alexander

                        in reply to: Changing color of checkbox itself #38258
                        Alexander Bautz
                        Keymaster

                          You can add this to your Custom CSS:

                          .spjs-form-choice-wrap .spjs_chk_checkmark,
                          .spjs_radio_wrap .spjs_radio_checkmark {
                              background-color: white;
                          }
                          
                          .spjs_chk_wrap input:checked~.spjs_chk_checkmark,
                          .spjs_radio_wrap input:checked~.spjs_radio_checkmark {
                              background-color: gray;
                          }
                          

                          Alexander

                          in reply to: Adding table borders #38257
                          Alexander Bautz
                          Keymaster

                            You must specify the labels in the Email and Print tab under the Email active tab.

                            Alexander

                            in reply to: Unlicensed user issue #38252
                            Alexander Bautz
                            Keymaster

                              Thanks for the detailed feedback. I’ll check out the endpoint and see if it might work better than the EnsureUser endpoint in this case.

                              I’ll try to get a new version out next week.

                              Alexander

                              in reply to: Unlicensed user issue #38243
                              Alexander Bautz
                              Keymaster

                                Do you see the same in the developer console as you originally did?

                                The fix I attempted does a “ensureUser” call for each of the users when the form loads – can you look at the developer console (network tab) and try to identify the calls and see what they return?

                                Email me some screenshots of what you can find so I can try to figure out why it doesn’t work in your setup.

                                Alexander

                                in reply to: Set Value action for People or group field type #38242
                                Alexander Bautz
                                Keymaster

                                  No need to send anything – I found the problem and will fix it in the next release (probably sometime next week).

                                  Alexander

                                Viewing 15 posts - 31 through 45 (of 4,721 total)