Status Update
Comments
bl...@google.com <bl...@google.com> #2
It doesn't look like this bug has a link to the affected dataset(s) in Earth
Engine. Please reply to this bug with a comment containing a URL of the form
"
If this issue doesn't affect an existing dataset, consider moving in into the "Public Trackers > Earth Engine > Datasets > New Datasets" component. If the dataset is a new or updated version of an existing dataset, you can add the URL of the existing one. And if you cannot add a URL, you can disable future automated messages by adding a comment with "dataset_bug_ranker: disable" on its own line.
Reason: Issue does not contain a dataset URL. dataset_bug_ranker: remind=P7D
jp...@google.com <jp...@google.com> #3
On Thu, 16 Jan 2025, 13:25 , <buganizer-system@google.com> wrote:
Description
Description
I have an automation that creates a template for daily reports for my employees. It creates a set of bullet items that they should add items beneath. The automation creates the top-level bullet items. using
DocumentApp.GlyphType.BULLET
. When my employees add a child item under this, it is always a numbered item instead of another bullet. I have searched for how to fix this, but I cannot find it. It seems very easy to set the glyph type for a list item in the script, but I cannot figure out how to set the defaults for children that will be added manuallyCode
Produces a bullet list item.
Output
Steps