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

Fix styles ( dataset creation / organizations page ) #15

Open
wants to merge 23 commits into
base: sigma2-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
dc8d95f
modified orgs pages
mohamedsalem401 Apr 16, 2024
5cfb84e
added some styles
mohamedsalem401 Apr 16, 2024
98b626e
Dataset schema corrected, not final version
gavram Apr 16, 2024
02a9da8
Add support for multiple select sublists and hyperlinks rendering
gavram Apr 16, 2024
3b99513
modified orgs pages
mohamedsalem401 Apr 16, 2024
ee40ef3
remove unwanted css
mohamedsalem401 Apr 17, 2024
2a90f00
[Improve][s]: User shoudn't be able edit dataset that are already sub…
sagargg Apr 8, 2024
be320d6
[Fix][xs]: When sysadmin update dataset don't change the state of inr…
sagargg Apr 8, 2024
68d156e
[Fix][xs]: Cannot approve and reject bug fix
sagargg Apr 8, 2024
726dcfa
[Fix][xs]: Dataset publish step
sagargg Apr 11, 2024
7fa372a
[Fix][s] Different message admin and editor also admin can edit datas…
sagargg Apr 11, 2024
8e40858
feat(dataset): add steps to dataset creation
demenech Apr 15, 2024
0bedb3e
fix(dataset): prevent 'published' message from showing when user subm…
demenech Apr 15, 2024
79bce65
fix(dataset): fix sysadmin not being able to directly publish dataset
demenech Apr 16, 2024
87f569b
feat(dataset): add custom org field with autocomplete
demenech Apr 16, 2024
de887b3
modified orgs pages
mohamedsalem401 Apr 16, 2024
7104934
added some styles
mohamedsalem401 Apr 16, 2024
58375b1
Dataset schema corrected, not final version
gavram Apr 16, 2024
58f8848
Add support for multiple select sublists and hyperlinks rendering
gavram Apr 16, 2024
01cbcef
modified orgs pages
mohamedsalem401 Apr 16, 2024
8aaec59
Merge branch 'sigma2-dev' into fix-dataset-creation-styles
mohamedsalem401 Apr 17, 2024
90c787d
Add support for multiple select sublists and hyperlinks rendering
gavram Apr 16, 2024
7ae0199
Remove unwanted changes
mohamedsalem401 Apr 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ckanext/datasetapproval/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ def _org_autocomplete(context, data_dict):
@tk.side_effect_free
def org_autocomplete(context, data_dict):
logic.check_access('group_autocomplete', context, data_dict)
return _org_autocomplete(context, data_dict)
return _org_autocomplete(context, data_dict)
Loading
Loading