Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 8210acdaf14cc9f29cc596f5e218df8cb4f09528.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Feb 26, 2024
1 parent e61e933 commit ceb9b1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@ input the queue name themselves.
for the user to choose from without intervention from the administrator
or the user.

They must be added to the `form` list.

EX:

.. code-block:: yaml
form:
- auto_modules_<MODULE>
auto_primary_group
This will automatically set the `OodCore::Job::Script#accounting_id`_ to the
primary group of the user. No choice will be given to the user.
Expand Down
6 changes: 6 additions & 0 deletions latest/how-tos/app-development/interactive/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,12 @@ <h2>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
<p><code class="docutils literal notranslate"><span class="pre">auto_queues</span></code> on the other hand will automatically build a list of queues
for the user to choose from without intervention from the administrator
or the user.</p>
<p>They must be added to the <cite>form</cite> list.</p>
<p>EX:</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">form</span><span class="p">:</span><span class="w"></span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">auto_modules_&lt;MODULE&gt;</span><span class="w"></span>
</pre></div>
</div>
<dl>
<dt>auto_primary_group</dt><dd><p>This will automatically set the <a class="reference external" href="http://www.rubydoc.info/gems/ood_core/OodCore%2FJob%2FScript:accounting_id">OodCore::Job::Script#accounting_id</a> to the
primary group of the user. No choice will be given to the user.</p>
Expand Down

0 comments on commit ceb9b1a

Please sign in to comment.