Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyword Helpful Hints #2587

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

bill-shuup
Copy link
Contributor

Add information to the help text and placeholder text that make it more clear keywords should be comma separated.

Reference: https://trello.com/c/lWeCtNjN/65-new-fb-keyword-alter-help-text

@codecov
Copy link

codecov bot commented Aug 11, 2021

Codecov Report

Merging #2587 (9ea3557) into master (359ec41) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2587   +/-   ##
=======================================
  Coverage   87.77%   87.77%           
=======================================
  Files         894      894           
  Lines       40407    40407           
  Branches     5272     5272           
=======================================
  Hits        35467    35467           
  Misses       3721     3721           
  Partials     1219     1219           
Impacted Files Coverage Δ
shuup/admin/modules/products/forms/base_forms.py 79.46% <ø> (ø)
shuup/core/models/_products.py 91.87% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 359ec41...9ea3557. Read the comment docs.

@@ -90,7 +90,7 @@ class Meta:
"variation_name",
)
widgets = {
"keywords": forms.TextInput(),
"keywords": forms.TextInput(attrs={"placeholder": "EXAMPLE: cotton, wool, clothing, ..."}),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this be a translated string: _("Example: cotton, wool...")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I thought of that last night. I need to train myself to think more internationally by default.

class Migration(migrations.Migration):

dependencies = [
('shuup', '0095_reindex_catalog'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please rebase with master as this is not the correcy dependency anymore :D

Add information to the help text and placeholder text that make it more clear keywords should be comma separated.

Reference: https://trello.com/c/lWeCtNjN/65-new-fb-keyword-alter-help-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants