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

results: added support for drafts #1700

Merged

Commits on Jul 23, 2024

  1. results: added support for drafts

    * Added support for drafts in the results list
    alejandromumo authored and utnapischtim committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    af0e921 View commit details
    Browse the repository at this point in the history
  2. fix: use index to distinguish type

    * the problem with is_published is that drafts created from records will
      not be recogniced correctly
    
    * using the index is a valid solution but it is not a nice
      implementation.
    utnapischtim committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c18e9fe View commit details
    Browse the repository at this point in the history