Skip to content

Commit

Permalink
[DATALAD RUNCMD] Replace all (leftover) 'uncomplete' with 'incomplete…
Browse files Browse the repository at this point in the history
…' -- also in css, scss, js

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git-sedi uncomplete incomplete",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Apr 15, 2024
1 parent 72aaf40 commit 51bfe61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ckan/public/base/vendor/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -3991,7 +3991,7 @@ jQuery.extend( {
when: function( singleValue ) {
var

// count of uncompleted subordinates
// count of incompleted subordinates
remaining = arguments.length,

// count of unprocessed arguments
Expand Down
6 changes: 3 additions & 3 deletions ckan/templates/package/snippets/stages.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#}
{% set s1 = stages[0] or 'active' %}
{% set s2 = stages[1] or 'uncomplete' %}
{% set s2 = stages[1] or 'incomplete' %}
{% set dataset_type = dataset_type or h.default_package_type() %}

{% if s1 != 'uncomplete' %}{% set class = 'stage-1' %}{% endif %}
{% if s2 != 'uncomplete' %}{% set class = 'stage-2' %}{% endif %}
{% if s1 != 'incomplete' %}{% set class = 'stage-1' %}{% endif %}
{% if s2 != 'incomplete' %}{% set class = 'stage-2' %}{% endif %}

<ol class="stages {{ class }}">
<li class="first {{ s1 }}">
Expand Down

0 comments on commit 51bfe61

Please sign in to comment.